diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index b7f4890a9..3d4b43c12 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -138,10 +138,11 @@ "scanQR": "Alternatively you can scan this QR code:", "passcode": "Passcode", "passcodePlaceholder": "A code generated by your TOTP application", + "confirmNotice": "After enabling two factor authentication, you will be logged out of all sessions and need to log in again.", "setupSuccess": "You've successfully set up two factor authentication!", "enterPassword": "Please Enter Your Password", "disable": "Disable two factor authentication", - "confirmSuccess": "You've successfully confirmed your TOTP setup and can use it from now on!", + "confirmSuccess": "You've successfully enabled two factor authentication!", "disableSuccess": "Two factor authentication was successfully disabled." }, "caldav": { diff --git a/frontend/src/views/user/settings/TOTP.vue b/frontend/src/views/user/settings/TOTP.vue index 83fe8627a..2a3f7abd5 100644 --- a/frontend/src/views/user/settings/TOTP.vue +++ b/frontend/src/views/user/settings/TOTP.vue @@ -23,6 +23,9 @@ alt="" >

+

+ {{ $t('user.settings.totp.confirmNotice') }} +