From 9ac9f16a04e6a7a06a99e70a9f5435b9c09b33dd Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 5 Dec 2020 00:18:40 +0800 Subject: [PATCH] code refactor --- src/views/mobile/ApplicationLock.vue | 4 ++-- src/views/mobile/Login.vue | 2 +- src/views/mobile/Signup.vue | 2 +- src/views/mobile/accounts/AccountEdit.vue | 6 +++--- src/views/mobile/categories/CategoryEdit.vue | 2 +- src/views/mobile/users/TwoFactorAuth.vue | 6 +++--- src/views/mobile/users/UserProfile.vue | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/mobile/ApplicationLock.vue b/src/views/mobile/ApplicationLock.vue index 15bc1d22..ec552458 100644 --- a/src/views/mobile/ApplicationLock.vue +++ b/src/views/mobile/ApplicationLock.vue @@ -37,7 +37,7 @@

{{ $t('Please input a new PIN code. PIN code would encrypt your local data, so you need input this PIN code when you launch this app. If this PIN code is lost, you should re-login.') }}

- + @@ -60,7 +60,7 @@

{{ $t('Please enter your current PIN code when disable application lock') }}

- + diff --git a/src/views/mobile/Login.vue b/src/views/mobile/Login.vue index cdff7b85..06d6dd57 100644 --- a/src/views/mobile/Login.vue +++ b/src/views/mobile/Login.vue @@ -61,7 +61,7 @@
{{ $t('Two-Factor Authentication') }}
- + - + - + - + - + - +
- +

{{ $t('Please enter your current password when disable two factor authentication') }}

- +

{{ $t('Please enter your current password when regenerate two factor authentication backup codes. If you regenerate backup codes, the old codes will be invalidated.') }}

- + - +

{{ $t('Please enter your current password when modifying your password') }}

- +