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:
@ -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",
|
||||
|
Reference in New Issue
Block a user