From 57922e3071d80454fbe3ea46a704e6b8e0e5a64e Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 25 Aug 2023 23:30:52 +0800 Subject: [PATCH] modify style --- .../desktop/statistics/TransactionPage.vue | 4 +++- .../user/settings/tabs/UserBasicSettingTab.vue | 14 ++++++++------ .../tabs/UserDataManagementSettingTab.vue | 18 +++++++++++------- .../tabs/UserTwoFactorAuthSettingTab.vue | 7 ++++--- 4 files changed, 26 insertions(+), 17 deletions(-) diff --git a/src/views/desktop/statistics/TransactionPage.vue b/src/views/desktop/statistics/TransactionPage.vue index b0f36d0f..9d862b61 100644 --- a/src/views/desktop/statistics/TransactionPage.vue +++ b/src/views/desktop/statistics/TransactionPage.vue @@ -166,7 +166,9 @@ -

+ +

{{ status === true ? $t('Two-factor authentication has been enabled.') : $t('Two-factor authentication is not enabled yet.') }}

-

+

{{ $t('Please use two factor authentication app scan the below qrcode and input current passcode') }}

-

+

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