1
0

fix(project): correctly show the number of tasks and projects when deleting a project

This commit is contained in:
kolaente
2024-03-11 14:21:42 +01:00
parent 12fbde8e84
commit 3b77fff4c9
2 changed files with 24 additions and 7 deletions

View File

@ -248,6 +248,7 @@
"text2": "This includes all tasks and CANNOT BE UNDONE!",
"success": "The project was successfully deleted.",
"tasksToDelete": "This will irrevocably remove approx. {count} tasks.",
"tasksAndChildProjectsToDelete": "This will irrevocably remove approx. {tasks} tasks and {projects} projects.",
"noTasksToDelete": "This project does not contain any tasks, it should be safe to delete."
},
"duplicate": {