TF-832 Implement delete an recipient in forwarding

This commit is contained in:
dab246
2022-08-19 11:58:26 +07:00
committed by Dat H. Pham
parent d4ed43a65f
commit 7da79592c8
6 changed files with 145 additions and 25 deletions
+23 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-08-18T17:02:08.322535",
"@@last_modified": "2022-08-19T11:57:02.557202",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2037,5 +2037,27 @@
"placeholders": {
"endDate": {}
}
},
"messageConfirmationDialogDeleteRecipientForward": "Do you want to delete email {emailAddress}?",
"@messageConfirmationDialogDeleteRecipientForward": {
"type": "text",
"placeholders_order": [
"emailAddress"
],
"placeholders": {
"emailAddress": {}
}
},
"deleteRecipient": "Delete recipient",
"@deleteRecipient": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"toastMessageDeleteRecipientSuccessfully": "The email has been removed from the recipient list.",
"@toastMessageDeleteRecipientSuccessfully": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}