modify text
This commit is contained in:
+1
-1
@@ -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 scratch code',
|
||||
'Use a backup 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?',
|
||||
|
||||
@@ -56,7 +56,7 @@ export default {
|
||||
'Verify': '验证',
|
||||
'Please input passcode': '请输入验证码',
|
||||
'Unable to verify': '无法验证',
|
||||
'Use a scratch code': '使用验证口令',
|
||||
'Use a backup code': '使用备用码',
|
||||
'Language': '语言',
|
||||
'Log Out': '退出登录',
|
||||
'Are you sure you want to log out?': '您确定是否要退出登录?',
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</f7-list>
|
||||
<f7-button large fill :class="{ 'disabled': twoFAInputIsEmpty }" @click="verify">{{ $t('Verify') }}</f7-button>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user