From 76aa9d4f27057ffe22b5b4b90017e8433b392223 Mon Sep 17 00:00:00 2001 From: fangshunjian Date: Mon, 27 Aug 2018 20:02:29 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=B7=BB=E5=8A=A0http=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jquery-validation/1.11.0/localization/messages_zh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js index 53f2827fb..a29c68f8f 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js @@ -65,6 +65,6 @@ invisibleChar:"请输入可见字符", hasInvisibleChar:"标签{0}包含不可见字符", haveInvisibleChar:"标签{0}包含不可见字符", - httpCheck:"请输入正确的url(http[s]://xxx.com)" + httpCheck:"请输入正确的url(http[s]://xxx.xx)" }); }(jQuery));