TF-3178 Add verify name only contain spaces for rule filter name

This commit is contained in:
dab246
2024-10-29 16:16:28 +07:00
committed by Dat H. Pham
parent 3ecae6d7e3
commit bb3c28be72
4 changed files with 34 additions and 18 deletions
@@ -4231,4 +4231,11 @@ class AppLocalizations {
'Find emails',
name: 'findEmails');
}
String get thisFieldCannotContainOnlySpaces {
return Intl.message(
'This field cannot contain only spaces',
name: 'thisFieldCannotContainOnlySpaces',
);
}
}