From 8d718d83775c042450514650711b50965836b2e0 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 2 Apr 2019 11:29:56 +0800 Subject: [PATCH] Improve valication error message --- config/locales/rucaptcha.en.yml | 2 +- config/locales/rucaptcha.zh-CN.yml | 2 +- config/locales/rucaptcha.zh-TW.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/rucaptcha.en.yml b/config/locales/rucaptcha.en.yml index 1169adc..7855af9 100644 --- a/config/locales/rucaptcha.en.yml +++ b/config/locales/rucaptcha.en.yml @@ -1,3 +1,3 @@ en: rucaptcha: - invalid: "Captcha invalid!" + invalid: "The captcha code is incorrect (if you can't read, you can click image to refresh it)" diff --git a/config/locales/rucaptcha.zh-CN.yml b/config/locales/rucaptcha.zh-CN.yml index cc615da..76ccd80 100644 --- a/config/locales/rucaptcha.zh-CN.yml +++ b/config/locales/rucaptcha.zh-CN.yml @@ -1,3 +1,3 @@ 'zh-CN': rucaptcha: - invalid: "验证码不正确" + invalid: "验证码不正确(如无法识别,可以点击刷新验证码)" diff --git a/config/locales/rucaptcha.zh-TW.yml b/config/locales/rucaptcha.zh-TW.yml index a1f6b8e..bec17ce 100644 --- a/config/locales/rucaptcha.zh-TW.yml +++ b/config/locales/rucaptcha.zh-TW.yml @@ -1,3 +1,3 @@ 'zh-TW': rucaptcha: - invalid: "驗證碼不正確" + invalid: "驗證碼不正確(如無法識別,可以點擊刷新驗證碼)"