From 53d129dd9efa83e7ac5ea41b36d027d9fed90d6a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 17 Feb 2023 14:04:56 -0500 Subject: [PATCH] Fix 2 factor strings. --- translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translations/en.json b/translations/en.json index f100482..cda3088 100644 --- a/translations/en.json +++ b/translations/en.json @@ -468,8 +468,8 @@ "site": "Site", "missing_totp_token": "TOTP token is missing", "incorrect_totp_token": "Incorrect TOTP token", - "set_up_2fa": "Set up 2-factor authentication", - "2fa_link": "2FA installation link", - "2fa_setup_instructions": "After you click save, and the page reloads, scroll down and click '2FA installation link' to add it to your authenticator.", - "remove_2fa": "Remove 2-factor authentication" + "set_up_two_factor": "Set up 2-factor authentication", + "two_factor_link": "2FA installation link", + "two_factor_setup_instructions": "After you click save, and the page reloads, scroll down and click '2FA installation link' to add it to your authenticator.", + "remove_two_factor": "Remove 2-factor authentication" }