From b6fb15cc1074acd30776060b2958243e327d295f Mon Sep 17 00:00:00 2001 From: LittleStudio-Little_Qiu Date: Fri, 20 Jul 2018 17:08:08 +0800 Subject: [PATCH] Fix translation issue of empty CAPTCHA --- resources/lang/en/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/locale.js b/resources/lang/en/locale.js index a5dd9e3c..769f0ffe 100644 --- a/resources/lang/en/locale.js +++ b/resources/lang/en/locale.js @@ -15,7 +15,7 @@ // Login emptyIdentification: 'Empty email/player name.', emptyPassword: 'Password is required.', - emptyCaptcha: 'Empty password.', + emptyCaptcha: 'Please enter the CAPTCHA.', login: 'Log In', loggingIn: 'Logging In', tooManyFails: 'You fails too many times! Please enter the CAPTCHA.',