TF-35 Add presentation for search mailbox

This commit is contained in:
dab246
2022-02-23 17:10:35 +07:00
committed by Dat H. Pham
parent 690de9483f
commit 9cca03fff3
14 changed files with 206 additions and 72 deletions
@@ -663,4 +663,11 @@ class AppLocalizations {
name: 'discard'
);
}
String get hint_input_create_new_mailbox {
return Intl.message(
'Enter name of mailbox',
name: 'hint_input_create_new_mailbox'
);
}
}