Skip to content

Commit 015aa4a

Browse files
committed
ValidationMessages: improve message a bit.
No functional changes.
1 parent 3b64271 commit 015aa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/ru/mystamps/i18n/ValidationMessages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ru.mystamps.web.validation.jsr303.MaxFileSize.message = File size must be not gr
2424

2525
value.too-short = Value is less than allowable minimum of {min} characters
2626
value.too-long = Value is greater than allowable maximum of {max} characters
27-
value.invalid-length = Value length must be equals to {max} characters
27+
value.invalid-length = Value length must be equal to {max} characters
2828
value.invalid-en-chars = Value must consist only latin letters, hyphen or spaces
2929
value.invalid-ru-chars = Value must consist only Russian letters, hyphen or spaces
3030
value.hyphen = Value must not start or end with hyphen

0 commit comments

Comments
 (0)