fix for the subaddressing confirmation popup on mobile

This commit is contained in:
Florent Azavant
2025-02-11 11:57:42 +01:00
committed by Dat H. Pham
parent 2a56764214
commit c35ea81c95
3 changed files with 28 additions and 4 deletions
@@ -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',