modify text

This commit is contained in:
MaysWind
2020-10-25 19:42:45 +08:00
parent 9e63373b4f
commit 35eac86454
3 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -43,8 +43,10 @@ export default {
'Settings': 'Settings', 'Settings': 'Settings',
'Back': 'Back', 'Back': 'Back',
'Username': 'Username', 'Username': 'Username',
'Username or Email': 'Username or Email', 'Your username': 'Your username',
'Your username or Email': 'Your username or Email',
'Password': 'Password', 'Password': 'Password',
'Your password': 'Your password',
'Log In': 'Log In', 'Log In': 'Log In',
'Don\'t have an account?': 'Don\'t have an account?', 'Don\'t have an account?': 'Don\'t have an account?',
'Create an account': 'Create an account', 'Create an account': 'Create an account',
+3 -1
View File
@@ -43,8 +43,10 @@ export default {
'Settings': '设置', 'Settings': '设置',
'Back': '返回', 'Back': '返回',
'Username': '用户名', 'Username': '用户名',
'Username or Email': '用户名或注册邮箱', 'Your username': '你的用户名',
'Your username or Email': '你的用户名或注册邮箱',
'Password': '密码', 'Password': '密码',
'Your password': '你的密码',
'Log In': '登录', 'Log In': '登录',
'Don\'t have an account?': '还没有账号?', 'Don\'t have an account?': '还没有账号?',
'Create an account': '创建新账号', 'Create an account': '创建新账号',
+2 -2
View File
@@ -6,7 +6,7 @@
type="text" type="text"
clear-button clear-button
:label="$t('Username')" :label="$t('Username')"
:placeholder="$t('Username or Email')" :placeholder="$t('Your username or Email')"
:value="username" :value="username"
@input="username = $event.target.value; tempToken = ''" @input="username = $event.target.value; tempToken = ''"
></f7-list-input> ></f7-list-input>
@@ -14,7 +14,7 @@
type="password" type="password"
clear-button clear-button
:label="$t('Password')" :label="$t('Password')"
:placeholder="$t('Password')" :placeholder="$t('Your password')"
:value="password" :value="password"
@input="password = $event.target.value; tempToken = ''" @input="password = $event.target.value; tempToken = ''"
></f7-list-input> ></f7-list-input>