modify text in login page

This commit is contained in:
MaysWind
2020-10-28 00:29:11 +08:00
parent 8522aaf525
commit cb8b403713
3 changed files with 8 additions and 12 deletions
+2 -4
View File
@@ -80,8 +80,6 @@ export default {
'Don\'t have an account?': '还没有账号?',
'Create an account': '创建新账号',
'Forget Password?': '找回密码?',
'Please input username': '请输入用户名',
'Please input password': '请输入密码',
'Username cannot be empty': '用户名不能为空',
'Password cannot be empty': '密码不能为空',
'Confirmation password cannot be empty': '确认密码不能为空',
@@ -93,8 +91,8 @@ export default {
'Passcode': '验证码',
'Backup Code': '备用码',
'Verify': '验证',
'Please input passcode': '请输入验证码',
'Please input backup code': '请输入备用码',
'Passcode cannot be empty': '验证码不能为空',
'Backup code cannot be empty': '备用码不能为空',
'Unable to verify': '无法验证',
'Use a backup code': '使用备用码',
'Use a passcode': '使用验证码',