modify text
This commit is contained in:
+3
-1
@@ -43,8 +43,10 @@ export default {
|
||||
'Settings': 'Settings',
|
||||
'Back': 'Back',
|
||||
'Username': 'Username',
|
||||
'Username or Email': 'Username or Email',
|
||||
'Your username': 'Your username',
|
||||
'Your username or Email': 'Your username or Email',
|
||||
'Password': 'Password',
|
||||
'Your password': 'Your password',
|
||||
'Log In': 'Log In',
|
||||
'Don\'t have an account?': 'Don\'t have an account?',
|
||||
'Create an account': 'Create an account',
|
||||
|
||||
@@ -43,8 +43,10 @@ export default {
|
||||
'Settings': '设置',
|
||||
'Back': '返回',
|
||||
'Username': '用户名',
|
||||
'Username or Email': '用户名或注册邮箱',
|
||||
'Your username': '你的用户名',
|
||||
'Your username or Email': '你的用户名或注册邮箱',
|
||||
'Password': '密码',
|
||||
'Your password': '你的密码',
|
||||
'Log In': '登录',
|
||||
'Don\'t have an account?': '还没有账号?',
|
||||
'Create an account': '创建新账号',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
type="text"
|
||||
clear-button
|
||||
:label="$t('Username')"
|
||||
:placeholder="$t('Username or Email')"
|
||||
:placeholder="$t('Your username or Email')"
|
||||
:value="username"
|
||||
@input="username = $event.target.value; tempToken = ''"
|
||||
></f7-list-input>
|
||||
@@ -14,7 +14,7 @@
|
||||
type="password"
|
||||
clear-button
|
||||
:label="$t('Password')"
|
||||
:placeholder="$t('Password')"
|
||||
:placeholder="$t('Your password')"
|
||||
:value="password"
|
||||
@input="password = $event.target.value; tempToken = ''"
|
||||
></f7-list-input>
|
||||
|
||||
Reference in New Issue
Block a user