From 5e84a237fbf74f25f233cd4a58e117bc79ea6a66 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Thu, 4 Jul 2024 10:46:15 +0200 Subject: [PATCH] fix(translation): TOTP casing --- frontend/src/i18n/lang/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 772b9b6e1..3a55058d3 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -104,15 +104,15 @@ "totp": { "title": "Two Factor Authentication", "enroll": "Enroll", - "finishSetupPart1": "To finish your setup, use this secret in your totp app (Google Authenticator or similar):", + "finishSetupPart1": "To finish your setup, use this secret in your TOTP app (Google Authenticator or similar):", "finishSetupPart2": "After that, enter a code from your app below.", "scanQR": "Alternatively you can scan this QR code:", "passcode": "Passcode", - "passcodePlaceholder": "A code generated by your totp application", + "passcodePlaceholder": "A code generated by your TOTP application", "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 confirmed your TOTP setup and can use it from now on!", "disableSuccess": "Two factor authentication was successfully disabled." }, "caldav": { @@ -1141,9 +1141,9 @@ "1012": "Email address of the user not confirmed.", "1013": "New password is empty.", "1014": "Old password is empty.", - "1015": "Totp is already enabled for this user.", - "1016": "Totp is not enabled for this user.", - "1017": "The totp passcode is invalid.", + "1015": "TOTP is already enabled for this user.", + "1016": "TOTP is not enabled for this user.", + "1017": "The TOTP passcode is invalid.", "1018": "The user avatar type setting is invalid.", "2001": "ID cannot be empty or 0.", "2002": "Some of the request data was invalid.",