From b2849b6f3de52f59d89112138114f8b31a723142 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Wed, 4 Oct 2023 19:03:58 -0400 Subject: [PATCH] fix: Fix invalid property names --- translations/en.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/translations/en.json b/translations/en.json index 9bbe946..d2b1329 100644 --- a/translations/en.json +++ b/translations/en.json @@ -499,16 +499,16 @@ "site": "Site", "software": "Software", "version": "Version", - "invalid_2fa_code": "Invalid 2FA code: Must be string of six digits", - "incorrect_2fa_code": "Incorrect 2FA code", - "enable_2fa": "Enable 2-factor authentication", - "enter_2fa_code": "Enter your 2FA code", + "invalid_totp_code": "Invalid 2FA code: Must be string of six digits", + "incorrect_totp_code": "Incorrect 2FA code", + "enable_totp": "Enable 2-factor authentication", + "enter_totp_code": "Enter your 2FA code", "2fa_link": "Click here for 2FA installation link", - "disable_2fa": "Disable 2-factor authentication", - "2fa_qr": "2-factor authentication QR code", - "2fa_qr_segue": "or scan this QR code in an authenticator app", - "enable_2fa_success": "Successfully enabled 2-factor authentication", - "disable_2fa_success": "Successfully disabled 2-factor authentication", + "disable_totp": "Disable 2-factor authentication", + "totp_qr": "2-factor authentication QR code", + "totp_qr_segue": "or scan this QR code in an authenticator app", + "enable_totp_success": "Successfully enabled 2-factor authentication", + "disable_totp_success": "Successfully disabled 2-factor authentication", "jump_to_content": "Jump to content", "cant_enable_private_instance_and_federation_together": "Can't enable private instance and federation together", "remove_instance": "Remove instance",