mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
modify text
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
@@ -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个字符',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user