From be6a98bc49c9ebfb9ec5cd8019d621d26c53cdb5 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 17 Feb 2023 13:58:24 -0500 Subject: [PATCH] Adding 2FA strings. --- translations/en.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 60c01d2..f100482 100644 --- a/translations/en.json +++ b/translations/en.json @@ -465,5 +465,11 @@ "custom_emojis": "Custom Emojis", "emojis": "Emojis", "emoji": "Emoji", - "site": "Site" + "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" }