mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
modify text
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export default {
|
|||||||
'Verify': 'Verify',
|
'Verify': 'Verify',
|
||||||
'Please input passcode': 'Please input passcode',
|
'Please input passcode': 'Please input passcode',
|
||||||
'Unable to verify': 'Unable to verify',
|
'Unable to verify': 'Unable to verify',
|
||||||
'Use a scratch code': 'Use a scratch code',
|
'Use a backup code': 'Use a backup code',
|
||||||
'Language': 'Language',
|
'Language': 'Language',
|
||||||
'Log Out': 'Log Out',
|
'Log Out': 'Log Out',
|
||||||
'Are you sure you want to log out?': 'Are you sure you want to log out?',
|
'Are you sure you want to log out?': 'Are you sure you want to log out?',
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ export default {
|
|||||||
'Verify': '验证',
|
'Verify': '验证',
|
||||||
'Please input passcode': '请输入验证码',
|
'Please input passcode': '请输入验证码',
|
||||||
'Unable to verify': '无法验证',
|
'Unable to verify': '无法验证',
|
||||||
'Use a scratch code': '使用验证口令',
|
'Use a backup code': '使用备用码',
|
||||||
'Language': '语言',
|
'Language': '语言',
|
||||||
'Log Out': '退出登录',
|
'Log Out': '退出登录',
|
||||||
'Are you sure you want to log out?': '您确定是否要退出登录?',
|
'Are you sure you want to log out?': '您确定是否要退出登录?',
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
</f7-list>
|
</f7-list>
|
||||||
<f7-button large fill :class="{ 'disabled': twoFAInputIsEmpty }" @click="verify">{{ $t('Verify') }}</f7-button>
|
<f7-button large fill :class="{ 'disabled': twoFAInputIsEmpty }" @click="verify">{{ $t('Verify') }}</f7-button>
|
||||||
<div class="margin-top text-align-center">
|
<div class="margin-top text-align-center">
|
||||||
<f7-link href="/2fa-scratch-code">{{ $t('Use a scratch code') }}</f7-link>
|
<f7-link href="/2fa-backup-code">{{ $t('Use a backup code') }}</f7-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user