From 543ce30d06da09621acc6bb02513974592c526c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Wed, 20 Jul 2022 15:45:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(lang):=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=8C=85=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/lang/en/user.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/api/lang/en/user.php b/app/api/lang/en/user.php index b8c99f2e..cc456079 100644 --- a/app/api/lang/en/user.php +++ b/app/api/lang/en/user.php @@ -13,4 +13,5 @@ return [ 'Please enter the correct verification code' => 'Please enter the correct captcha.', 'You have already logged in. There is no need to log in again~' => 'You have already logged in, no need to log in again.', 'Check in failed, please try again or contact the website administrator~' => 'Check in failed,please try again or contact the webmaster.', - 'Member center disabled' => 'The member centre has been disabled. Please contact the webmaster to turn it on.', \ No newline at end of file + 'Member center disabled' => 'The member centre has been disabled. Please contact the webmaster to turn it on.', +]; \ No newline at end of file