TF-853 Fix delete a rule without confirm dialog

This commit is contained in:
dab246
2022-09-05 09:26:45 +07:00
committed by Dat H. Pham
parent 9cd7e8c7de
commit 4df1061905
4 changed files with 108 additions and 9 deletions
+23 -1
View File
@@ -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": {}
}
}