From 3b2a2fefe41dbe0d331e7e0d80c7f48a3effdbe3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 3 Mar 2026 13:50:47 +0100 Subject: [PATCH] feat(i18n): rename Position to Manually and add sort description text --- frontend/src/i18n/lang/en.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 103e0d555..6fee7ee51 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -577,9 +577,10 @@ "title": "Sort Tasks", "sortBy": "Sort by", "order": "Order", - "position": "Position", + "manually": "Manually", "asc": "Ascending", - "desc": "Descending" + "desc": "Descending", + "description": "Choose how tasks in this list are sorted. When sorting manually, you can drag and drop tasks to reorder them." }, "migrate": { "title": "Import from other services",