We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b04fbe1 + 7206cbb commit ba3fdeaCopy full SHA for ba3fdea
lib/l10n/intl_en.arb
@@ -11,7 +11,7 @@
11
"maxErrorText": "Value must be less than or equal to {max}",
12
"maxLengthErrorText": "Value must have a length less than or equal to {maxLength}",
13
"maxWordsCountErrorText": "Value must have a words count less than or equal to {maxWordsCount}",
14
- "minErrorText": "Value must be greater than or equal to {min}.",
+ "minErrorText": "Value must be greater than or equal to {min}",
15
"minLengthErrorText": "Value must have a length greater than or equal to {minLength}",
16
"minWordsCountErrorText": "Value must have a words count greater than or equal to {minWordsCount}",
17
"notEqualErrorText": "This field value must not be equal to {value}.",
0 commit comments