fix for the subaddressing confirmation popup on mobile
This commit is contained in:
committed by
Dat H. Pham
parent
2a56764214
commit
c35ea81c95
@@ -744,6 +744,14 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String message_confirmation_dialog_allow_subaddressing_mobile(String nameMailbox, String address) {
|
||||
return Intl.message(
|
||||
'You are about to allow anyone to send emails directly to your folder "$nameMailbox" using the address <$address>',
|
||||
name: 'message_confirmation_dialog_allow_subaddressing_mobile',
|
||||
args: [nameMailbox, address]
|
||||
);
|
||||
}
|
||||
|
||||
String get renameFolder {
|
||||
return Intl.message(
|
||||
'Rename folder',
|
||||
|
||||
Reference in New Issue
Block a user