We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37eacd5 commit a19482cCopy full SHA for a19482c
src/i18n/en/user.json
@@ -8,6 +8,6 @@
8
"passwordRequirements": "Password must contain at least one letter and one number",
9
"emailAlreadyInUse": "Email already in use",
10
"provideVerificationCode": "Please provide verification code",
11
- "userCannotbeEmptyStr": "Please enter a valid username; only spaces are not allowed."
+ "userCannotbeEmptyStr": "Invalid username"
12
}
13
src/i18n/zh/user.json
"passwordRequirements": "密码必须包含至少一个字母和一个数字",
"emailAlreadyInUse": "邮箱已被使用",
"provideVerificationCode": "请提供邮箱验证码",
- "userCannotbeEmptyStr": "请输入有效用户名,不能仅输入空格"
+ "userCannotbeEmptyStr": "无效的用户名"
0 commit comments