|
@@ -30,7 +30,7 @@ export default {
|
|
|
bizUser: 'bizUser'
|
|
|
},
|
|
|
login: {
|
|
|
- signInTitle: 'Sign in',
|
|
|
+ signInTitle: 'Login',
|
|
|
forgetPassword: 'Forget password',
|
|
|
signIn: 'Sign in',
|
|
|
signInOther: 'Sign in with',
|
|
@@ -53,7 +53,9 @@ export default {
|
|
|
emailPlaceholder: 'Please input a email',
|
|
|
emailCodePlaceholder: 'Please input a Email code',
|
|
|
restPhoneType: 'For phone rest',
|
|
|
- restEmailType: 'For email rest'
|
|
|
+ restEmailType: 'For email rest',
|
|
|
+ noAccount: 'Don\'t have an account ?',
|
|
|
+ registerAccount: 'Sing Up'
|
|
|
},
|
|
|
user: {
|
|
|
userStatus: 'User Status',
|