modify text

This commit is contained in:
MaysWind
2020-11-17 20:46:20 +08:00
parent a2560e6535
commit 52e64920ec
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ export default {
'Back': 'Back',
'Username': 'Username',
'Your username': 'Your username',
'Your username or Email': 'Your username or Email',
'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',
+1 -1
View File
@@ -266,7 +266,7 @@ export default {
'Back': '返回',
'Username': '用户名',
'Your username': '你的用户名',
'Your username or Email': '你的用户名或注册邮箱',
'Your username or email': '你的用户名或注册邮箱',
'Password': '密码',
'Your password': '你的密码',
'Your password, at least 6 characters': '你的密码,至少6个字符',
+1 -1
View File
@@ -6,7 +6,7 @@
type="text"
clear-button
:label="$t('Username')"
:placeholder="$t('Your username or Email')"
:placeholder="$t('Your username or email')"
:value="username"
@input="username = $event.target.value; tempToken = ''"
></f7-list-input>