feat(i18n): rename Position to Manually and add sort description text
This commit is contained in:
parent
a0305e47d8
commit
3b2a2fefe4
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue