diff --git a/src/locales/en.js b/src/locales/en.js index 66280a5a..c783f552 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -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?', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 4b7e7c2c..8f3d0f22 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -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?': '您确定是否要退出登录?', diff --git a/src/views/mobile/Login.vue b/src/views/mobile/Login.vue index 426ad4a0..f9b805d9 100644 --- a/src/views/mobile/Login.vue +++ b/src/views/mobile/Login.vue @@ -64,7 +64,7 @@ {{ $t('Verify') }}
- {{ $t('Use a scratch code') }} + {{ $t('Use a backup code') }}