TF-2667 Show confirm dialog when send email failed

This commit is contained in:
dab246
2024-03-06 00:47:57 +07:00
committed by Dat H. Pham
parent ea58a4bd16
commit 57a41a6a50
7 changed files with 119 additions and 17 deletions
+31 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2024-03-15T21:34:52.177175",
"@@last_modified": "2024-03-06T00:47:30.311599",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3773,5 +3773,35 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"status": "Status",
"@status": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"progress": "Progress",
"@progress": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"sendingMessage": "Sending message",
"@sendingMessage": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"warningMessageWhenSendEmailFailure": "Sending of the message failed.\nAn error occurred while sending mail.",
"@warningMessageWhenSendEmailFailure": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"closeAnyway": "Close anyway",
"@closeAnyway": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}