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
@@ -729,6 +729,14 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String message_confirmation_dialog_allow_subaddressing(String nameMailbox) {
|
||||
return Intl.message(
|
||||
'You are about to allow anyone to send emails directly to your folder "$nameMailbox" using:',
|
||||
name: 'message_confirmation_dialog_allow_subaddressing',
|
||||
args: [nameMailbox]
|
||||
);
|
||||
}
|
||||
|
||||
String get renameFolder {
|
||||
return Intl.message(
|
||||
'Rename folder',
|
||||
@@ -2434,6 +2442,12 @@ class AppLocalizations {
|
||||
name: 'allowSubaddressing');
|
||||
}
|
||||
|
||||
String get allow {
|
||||
return Intl.message(
|
||||
'Allow',
|
||||
name: 'allow');
|
||||
}
|
||||
|
||||
String get disallowSubaddressing {
|
||||
return Intl.message(
|
||||
'Disallow subaddressing',
|
||||
|
||||
Reference in New Issue
Block a user