From b9c2163b4f6e3ed45e5e381bb3223bd6f6d4e028 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Thu, 2 Dec 2021 19:20:50 +0200 Subject: [PATCH] 2FA: Write about the date and time on the enable page --- locales/en.strings | 2 +- locales/ru.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en.strings b/locales/en.strings index 41a19d0a..cffcf557 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -364,7 +364,7 @@ "two_factor_authentication_enabled" = "Two-factor authentication is enabled. Your page is protected."; "two_factor_authentication_login" = "You have two-factor authentication enabled. To login, enter the code received in the application."; -"two_factor_authentication_settings_1" = "Two-factor authentication via TOTP can be used even without internet. To do this, you need a code generation app. For example, Google Authenticator for Android and iOS or FOSS Aegis and andOTP for Android."; +"two_factor_authentication_settings_1" = "Two-factor authentication via TOTP can be used even without internet. To do this, you need a code generation app. For example, Google Authenticator for Android and iOS or FOSS Aegis and andOTP for Android. Make sure the date and time is set correctly on your phone."; "two_factor_authentication_settings_2" = "Using the app for two-factor authentication, scan the QR code below:"; "two_factor_authentication_settings_3" = "or manually enter the given secret key: $1."; "two_factor_authentication_settings_4" = "Now enter the code that the application gave you and the password for your page so that we can confirm that you really are."; diff --git a/locales/ru.strings b/locales/ru.strings index 16ddeefe..6b8d1448 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -392,7 +392,7 @@ "two_factor_authentication_enabled" = "Двухфакторная аутентификация включена. Ваша страница защищена."; "two_factor_authentication_login" = "У вас включена двухфакторная аутентификация. Для входа введите код полученный в приложении."; -"two_factor_authentication_settings_1" = "Двухфакторную аутентификацию через TOTP можно использовать даже без интернета. Для этого вам понадобится приложение для генерации кодов. Например, Google Authenticator для Android и iOS или свободные Aegis и andOTP для Android."; +"two_factor_authentication_settings_1" = "Двухфакторную аутентификацию через TOTP можно использовать даже без интернета. Для этого вам понадобится приложение для генерации кодов. Например, Google Authenticator для Android и iOS или свободные Aegis и andOTP для Android. Убедитесь, что на телефоне точно установлена дата и время."; "two_factor_authentication_settings_2" = "Используя приложение для двухфакторной аутентификации, отсканируйте приведенный ниже QR-код:"; "two_factor_authentication_settings_3" = "или вручную введите секретный ключ: $1."; "two_factor_authentication_settings_4" = "Теперь введите код, который вам предоставило приложение, и пароль от вашей страницы, чтобы мы могли подтвердить, что вы действительно вы.";