modify text

This commit is contained in:
MaysWind
2020-10-22 00:14:53 +08:00
parent b588e7061a
commit 498e04bff9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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?',
+1 -1
View File
@@ -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?': '您确定是否要退出登录?',
+1 -1
View File
@@ -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>