1
0

feat: show the number of tasks we're about to remove when deleting a list

This commit is contained in:
kolaente
2022-04-24 18:09:54 +02:00
parent 202f6ce1b2
commit 62adf171ec
4 changed files with 67 additions and 31 deletions

View File

@ -201,7 +201,9 @@
"header": "Delete this list",
"text1": "Are you sure you want to delete this list and all of its contents?",
"text2": "This includes all tasks and CANNOT BE UNDONE!",
"success": "The list was successfully deleted."
"success": "The list was successfully deleted.",
"tasksToDelete": "This will irrevocably remove approx. {count} tasks.",
"noTasksToDelete": "This list does not contain any tasks, it should be safe to delete."
},
"duplicate": {
"title": "Duplicate this list",
@ -497,7 +499,8 @@
"custom": "Custom",
"id": "ID",
"created": "Created at",
"actions": "Actions"
"actions": "Actions",
"cannotBeUndone": "This cannot be undone!"
},
"input": {
"resetColor": "Reset Color",