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.
1 parent 3b64271 commit 015aa4aCopy full SHA for 015aa4a
src/main/resources/ru/mystamps/i18n/ValidationMessages.properties
@@ -24,7 +24,7 @@ ru.mystamps.web.validation.jsr303.MaxFileSize.message = File size must be not gr
24
25
value.too-short = Value is less than allowable minimum of {min} characters
26
value.too-long = Value is greater than allowable maximum of {max} characters
27
-value.invalid-length = Value length must be equals to {max} characters
+value.invalid-length = Value length must be equal to {max} characters
28
value.invalid-en-chars = Value must consist only latin letters, hyphen or spaces
29
value.invalid-ru-chars = Value must consist only Russian letters, hyphen or spaces
30
value.hyphen = Value must not start or end with hyphen
0 commit comments