TF-282 Fix bug email address is cut off when displaying on the mobile app

This commit is contained in:
dab246
2022-03-01 16:52:22 +07:00
committed by Dat H. Pham
parent 7a9be7aac2
commit 977e791bab
10 changed files with 260 additions and 166 deletions
@@ -722,4 +722,11 @@ class AppLocalizations {
name: 'there_is_already_folder_with_the_same_name',
);
}
String get email_address_is_not_in_the_correct_format {
return Intl.message(
'Email address is not in the correct format',
name: 'email_address_is_not_in_the_correct_format',
);
}
}