1
0

feat: ask for confirmation before deleting a label (#1996)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1996
This commit is contained in:
konrad
2022-06-16 16:21:06 +00:00
parent 9d0415e24c
commit e468595ce4
2 changed files with 29 additions and 3 deletions

View File

@ -729,7 +729,12 @@
"addSuccess": "The label has been added successfully.",
"createSuccess": "The label has been created successfully.",
"removeSuccess": "The label has been removed successfully.",
"addCreateSuccess": "The label has been created and added successfully."
"addCreateSuccess": "The label has been created and added successfully.",
"delete": {
"header": "Delete this label",
"text1": "Are you sure you want to delete this label?",
"text2": "This will remove it from all tasks and cannot be restored."
}
},
"priority": {
"unset": "Unset",