Skip to content

Commit a19482c

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

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": "Please enter a valid username; only spaces are not allowed."
11+
"userCannotbeEmptyStr": "Invalid username"
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)