TF-984 Apply new design for mailbox creator view

This commit is contained in:
dab246
2022-10-10 22:46:29 +07:00
committed by Dat H. Pham
parent 1c6e5002f8
commit 3796e60401
10 changed files with 228 additions and 216 deletions
+5 -14
View File
@@ -637,20 +637,6 @@ class AppLocalizations {
);
}
String get mailbox_location {
return Intl.message(
'Mailbox location',
name: 'mailbox_location',
);
}
String get default_mailbox {
return Intl.message(
'Default mailbox',
name: 'default_mailbox',
);
}
String get name_of_mailbox_is_required {
return Intl.message(
'Name of mailbox is required',
@@ -2377,4 +2363,9 @@ class AppLocalizations {
name: 'customRange');
}
String get selectParentFolder {
return Intl.message(
'Select parent folder',
name: 'selectParentFolder');
}
}