TF-3189 new confirmation popup when enabling subaddressing for a folder
This commit is contained in:
committed by
Dat H. Pham
parent
019dbe6e03
commit
78be3e4d79
@@ -718,6 +718,16 @@
|
||||
"nameMailbox": {}
|
||||
}
|
||||
},
|
||||
"message_confirmation_dialog_allow_subaddressing": "You are about to allow anyone to send emails directly to your folder \"{nameMailbox}\" using:",
|
||||
"@message_confirmation_dialog_allow_subaddressing": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"nameMailbox"
|
||||
],
|
||||
"placeholders": {
|
||||
"nameMailbox": {}
|
||||
}
|
||||
},
|
||||
"renameFolder": "Rename folder",
|
||||
"@renameFolder": {
|
||||
"type": "text",
|
||||
@@ -2364,6 +2374,12 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"allow": "Allow",
|
||||
"@allow": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"disallowSubaddressing": "Disallow subaddressing",
|
||||
"@disallowSubaddressing": {
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user