Skip to content

Commit ba3fdea

Browse files
Merge pull request #53 from aakashbhusal7/fix/remove-full-stop-on-max-error-text
fix: remove full stop at end of error message for max validation
2 parents b04fbe1 + 7206cbb commit ba3fdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/l10n/intl_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"maxErrorText": "Value must be less than or equal to {max}",
1212
"maxLengthErrorText": "Value must have a length less than or equal to {maxLength}",
1313
"maxWordsCountErrorText": "Value must have a words count less than or equal to {maxWordsCount}",
14-
"minErrorText": "Value must be greater than or equal to {min}.",
14+
"minErrorText": "Value must be greater than or equal to {min}",
1515
"minLengthErrorText": "Value must have a length greater than or equal to {minLength}",
1616
"minWordsCountErrorText": "Value must have a words count greater than or equal to {minWordsCount}",
1717
"notEqualErrorText": "This field value must not be equal to {value}.",

0 commit comments

Comments
 (0)