mirror of https://gitee.com/karson/fastadmin.git
修复说明不对
parent
9116b86a36
commit
036c2dcc25
|
|
@ -7,7 +7,7 @@ return [
|
||||||
'Sign up successful' => '注册成功',
|
'Sign up successful' => '注册成功',
|
||||||
'Username can not be empty' => '用户名不能为空',
|
'Username can not be empty' => '用户名不能为空',
|
||||||
'Username must be 3 to 30 characters' => '用户名必须3-30个字符',
|
'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 can not be empty' => '密码不能为空',
|
||||||
'Password must be 6 to 30 characters' => '密码必须6-30个字符',
|
'Password must be 6 to 30 characters' => '密码必须6-30个字符',
|
||||||
'Mobile is incorrect' => '手机格式不正确',
|
'Mobile is incorrect' => '手机格式不正确',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue