mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
add confirmation password in sign up page, modify text in sign up page
This commit is contained in:
+10
-3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user