mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
modify text
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ export default {
|
|||||||
'Back': 'Back',
|
'Back': 'Back',
|
||||||
'Username': 'Username',
|
'Username': 'Username',
|
||||||
'Your username': 'Your username',
|
'Your username': 'Your username',
|
||||||
'Your username or Email': 'Your username or Email',
|
'Your username or email': 'Your username or email',
|
||||||
'Password': 'Password',
|
'Password': 'Password',
|
||||||
'Your password': 'Your password',
|
'Your password': 'Your password',
|
||||||
'Your password, at least 6 characters': 'Your password, at least 6 characters',
|
'Your password, at least 6 characters': 'Your password, at least 6 characters',
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ export default {
|
|||||||
'Back': '返回',
|
'Back': '返回',
|
||||||
'Username': '用户名',
|
'Username': '用户名',
|
||||||
'Your username': '你的用户名',
|
'Your username': '你的用户名',
|
||||||
'Your username or Email': '你的用户名或注册邮箱',
|
'Your username or email': '你的用户名或注册邮箱',
|
||||||
'Password': '密码',
|
'Password': '密码',
|
||||||
'Your password': '你的密码',
|
'Your password': '你的密码',
|
||||||
'Your password, at least 6 characters': '你的密码,至少6个字符',
|
'Your password, at least 6 characters': '你的密码,至少6个字符',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
clear-button
|
clear-button
|
||||||
:label="$t('Username')"
|
:label="$t('Username')"
|
||||||
:placeholder="$t('Your 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user