From 9189152547dbd07469b623f7072e07e0b4bbb9cd Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 17 Feb 2023 14:10:38 -0500 Subject: [PATCH] Fix 2 factor strings, again. --- translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index cda3088..659892a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -471,5 +471,6 @@ "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" + "remove_two_factor": "Remove 2-factor authentication", + "two_factor_token": "2FA Token" }