Commit 8c400d1b authored by GaiaXalter's avatar GaiaXalter 💬

change:修改注册用户时,非法键入提示词

parent f1abd629
Pipeline #24381 passed with stages
in 1 minute and 50 seconds
......@@ -41,7 +41,7 @@
"remember-me": "Remember me",
"Please-use-a-correct-E-Mail-address.": "Please use a correct E-Mail address.",
"User-name-can-not-be-empty.": "User name can not be empty.",
"You-can-not-use-this-username.": "You can not use this username.",
"You-can-not-use-this-username.": "Username cannot contain special characters or space.",
"You-can-use-this-password.": "You can use this password.",
"Password-is-correct.": "Password is correct.",
"Incorrect-password.2": "Incorrect password.",
......@@ -138,7 +138,7 @@
"remember-me": "记住我",
"Please-use-a-correct-E-Mail-address.": "请填写正确的邮箱地址",
"User-name-can-not-be-empty.": "用户名不能为空",
"You-can-not-use-this-username.": "用户名不合法",
"You-can-not-use-this-username.": "用户名不能带标点符号或空格",
"You-can-use-this-password.": "密码可以使用",
"Password-is-correct.": "密码一致",
"Incorrect-password.2": "密码不一致",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment