Skip to content

Commit 37eacd5

Browse files
author
cvnert
committed
fix: update json
1 parent 20dd5c0 commit 37eacd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/en/user.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"passwordRequirements": "Password must contain at least one letter and one number",
99
"emailAlreadyInUse": "Email already in use",
1010
"provideVerificationCode": "Please provide verification code",
11-
"userCannotbeEmptyStr": "Username cannot be emptyStr"
11+
"userCannotbeEmptyStr": "Please enter a valid username; only spaces are not allowed."
1212
}
1313
}

src/i18n/zh/user.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"passwordRequirements": "密码必须包含至少一个字母和一个数字",
99
"emailAlreadyInUse": "邮箱已被使用",
1010
"provideVerificationCode": "请提供邮箱验证码",
11-
"userCannotbeEmptyStr": "用户名不能为空字符串"
11+
"userCannotbeEmptyStr": "请输入有效用户名,不能仅输入空格"
1212
}
1313
}

0 commit comments

Comments
 (0)