From bc6de6c336fd22bfb9c2ee755d68e08c3d951fd5 Mon Sep 17 00:00:00 2001 From: Roman Pereviznyk <62486104+romawkafor@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:51:08 +0300 Subject: [PATCH] Update en.ini Removed the typo in lines 15 and 16 (the \n symbol at the end of the tape) --- plugins/two-factor-auth/langs/en.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/two-factor-auth/langs/en.ini b/plugins/two-factor-auth/langs/en.ini index fb94a5e56..003a50a31 100644 --- a/plugins/two-factor-auth/langs/en.ini +++ b/plugins/two-factor-auth/langs/en.ini @@ -12,8 +12,8 @@ BUTTON_SHOW_SECRET = "Show Secret" BUTTON_HIDE_SECRET = "Hide Secret" TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configured" TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Not configured" -TWO_FACTOR_SECRET_DESC = "Import this info into your Google Authenticator client (or other TOTP client) using the provided QR code below or by entering the code manually.\n" -TWO_FACTOR_BACKUP_CODES_DESC = "If you can't receive codes via Google Authenticator (or other TOTP client), you can use backup codes to sign in. After you’ve used a backup code to sign in, it will become inactive.\n" +TWO_FACTOR_SECRET_DESC = "Import this info into your Google Authenticator client (or other TOTP client) using the provided QR code below or by entering the code manually." +TWO_FACTOR_BACKUP_CODES_DESC = "If you can't receive codes via Google Authenticator (or other TOTP client), you can use backup codes to sign in. After you’ve used a backup code to sign in, it will become inactive." TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "You can't change this setting before test." TITLE_TEST_CODE = "2-Step verification test" LABEL_CODE = "Code"