TF-853 Fix delete a rule without confirm dialog
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"@@last_modified": "2022-08-24T12:13:35.492924",
|
||||
"@@last_modified": "2022-09-05T09:25:59.780036",
|
||||
"initializing_data": "Initializing data...",
|
||||
"@initializing_data": {
|
||||
"type": "text",
|
||||
@@ -2107,5 +2107,27 @@
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"messageConfirmationDialogDeleteEmailRule": "Do you want to delete rule \"{ruleName}\"?",
|
||||
"@messageConfirmationDialogDeleteEmailRule": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"ruleName"
|
||||
],
|
||||
"placeholders": {
|
||||
"ruleName": {}
|
||||
}
|
||||
},
|
||||
"deleteEmailRule": "Delete rule",
|
||||
"@deleteEmailRule": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"toastMessageDeleteEmailRuleSuccessfully": "The rule has been removed.",
|
||||
"@toastMessageDeleteEmailRuleSuccessfully": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user