diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index 9e1d05f69..01fe609ed 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -712,7 +712,7 @@ line=line %s can_not_null=%s must not be null is_incorrect=%s is incorrect are_the_same=%s and %s are the same -is_in_wrong_format=% is in wrong format +is_in_wrong_format=%s is in wrong format must_between=must between %s and %s not_number=%s is not a number #=============some validation=========== \ No newline at end of file diff --git a/src/main/resources/messages/message_ru.properties b/src/main/resources/messages/message_ru.properties index 93e39c587..c9b85f3d6 100644 --- a/src/main/resources/messages/message_ru.properties +++ b/src/main/resources/messages/message_ru.properties @@ -696,7 +696,7 @@ line=line %s can_not_null=%s must not be null is_incorrect=%s is incorrect are_the_same=%s and %s are the same -is_in_wrong_format=% is in wrong format +is_in_wrong_format=%s is in wrong format must_between=must between %s and %s not_number=%s is not a number #=============some validation=========== \ No newline at end of file