TF-888 Change size back button and add title in setting first level view

This commit is contained in:
dab246
2022-09-09 19:39:08 +07:00
committed by Dat H. Pham
parent 8d23606e98
commit 6692b73b8f
6 changed files with 82 additions and 16 deletions
@@ -45,7 +45,7 @@ extension ValicatorFailureExtension on VerifyNameFailure {
String getMessageVacation(BuildContext context) {
if (exception is EmptyNameException) {
return AppLocalizations.of(context).this_field_cannot_be_blank;
return AppLocalizations.of(context).messageIsRequired;
} else {
return '';
}