Add cancel task confirmation dialog
- Add L10n strings for cancel confirmation - Add confirmation dialog to ResidenceDetailView - Fix AllTasksView cancel dialog (was using archive strings) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -25673,6 +25673,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"tasks_cancel_confirm" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Are you sure you want to cancel this task?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tasks_cancel_task" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Cancel Task"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tasks_category" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
|
||||
Reference in New Issue
Block a user