From 89ed50d79066335eb258ef72308a0f4493ec5681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A4=92=E9=A2=9C=E7=8E=89=E7=B1=B3=E7=B2=92?= <1336749157@qq.com> Date: Thu, 3 Nov 2022 04:59:14 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=96=87=E5=AD=97=EF=BC=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E5=BF=85=E9=A1=BB6-30=E4=B8=AA=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 椒颜玉米粒 <1336749157@qq.com> --- application/index/lang/zh-cn/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/lang/zh-cn/user.php b/application/index/lang/zh-cn/user.php index 5b446f53..c189b3de 100755 --- a/application/index/lang/zh-cn/user.php +++ b/application/index/lang/zh-cn/user.php @@ -23,7 +23,7 @@ return [ 'Email active successful' => '邮箱激活成功', 'Username can not be empty' => '用户名不能为空', 'Username must be 3 to 30 characters' => '用户名必须3-30个字符', - 'Username must be 6 to 30 characters' => '用户名必须3-30个字符', + 'Username must be 6 to 30 characters' => '用户名必须6-30个字符', 'Account must be 3 to 50 characters' => '账户必须3-50个字符', 'Password can not be empty' => '密码不能为空', 'Password must be 6 to 30 characters' => '密码必须6-30个字符', -- Gitee