add confirmation password in sign up page, modify text in sign up page

This commit is contained in:
MaysWind
2020-10-28 00:25:58 +08:00
parent f509530d06
commit 8522aaf525
4 changed files with 67 additions and 25 deletions
+10 -3
View File
@@ -69,8 +69,11 @@ export default {
'Your username or Email': 'Your username or Email',
'Password': 'Password',
'Your password': 'Your password',
'Your password, at least 6 characters': 'Your password, at least 6 characters',
'Confirmation Password': 'Confirmation Password',
'Re-enter the password': 'Re-enter the password',
'E-mail': 'E-mail',
'Your email': 'Your email',
'Your email address': 'Your email address',
'Nickname': 'Nickname',
'Your nickname': 'Your nickname',
'Log In': 'Log In',
@@ -79,8 +82,12 @@ export default {
'Forget Password?': 'Forget Password?',
'Please input username': 'Please input username',
'Please input password': 'Please input password',
'Please input email': 'Please input email',
'Please input nickname': 'Please input nickname',
'Username cannot be empty': 'Username cannot be empty',
'Password cannot be empty': 'Password cannot be empty',
'Confirmation password cannot be empty': 'Confirmation password cannot be empty',
'Password and confirmation password do not match': 'Password and confirmation password do not match',
'Email address cannot be empty': 'Email address cannot be empty',
'Nickname cannot be empty': 'Nickname cannot be empty',
'Unable to login': 'Unable to login',
'Two-Factor Authentication': 'Two-Factor Authentication',
'Passcode': 'Passcode',