Browse Source

!396 语言文件说明不对
Merge pull request !396 from dublog/develop

F4nniu 3 years ago
parent
commit
8e48aa7edd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/lang/zh-cn/user.php

+ 1 - 1
application/api/lang/zh-cn/user.php

@@ -7,7 +7,7 @@ return [
     'Sign up 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个字符',
     'Password can not be empty'             => '密码不能为空',
     'Password must be 6 to 30 characters'   => '密码必须6-30个字符',
     'Mobile is incorrect'                   => '手机格式不正确',