From 4a80aae8484c8043b4493f1429f907f1c6dfda16 Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 2 Jul 2018 16:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E5=8D=A0=E4=BD=8D=E7=AC=A6%s?= =?UTF-8?q?=E5=B0=91=E5=86=99=E4=BA=86s=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/messages/message_en.properties | 2 +- src/main/resources/messages/message_ru.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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