From e1d8b76b10796814bf0ebbf841d80b0e1ed7c213 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Tue, 29 Jun 2021 10:45:41 +0200 Subject: [PATCH] Fix typos [SCI-5822] --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index c31c7455f..cd739e900 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -43,7 +43,7 @@ en: bypass_code_link: "I have a bypass code" 2fa_recovery: title: "2FA Bypass" - description: "Enter one of the bypass codes provided when you creted 2FA authentication. The code will no longer be valid after use." + description: "Enter one of the bypass codes provided when you created 2FA authentication. The code will no longer be valid after use." bypass_code: "Bypass code" enter: "Enter" not_correct_code: "Not correct recovery code" @@ -1712,7 +1712,7 @@ en: new_password_label: "New password" new_password_2_label: "New password confirmation" 2fa_title: "Two-factor authentication" - 2fa_description: "Two-factor authentication (2FA) is a way of verifying a user’s identity by using a combination of two different verification methods. It adds an extra layer of security to your account and protects from potential remote attacs or other threats." + 2fa_description: "Two-factor authentication (2FA) is a way of verifying a user’s identity by using a combination of two different verification methods. It adds an extra layer of security to your account and protects from potential remote attacks or other threats." 2fa_enabled: "Enabled" 2fa_button: "Enable authentication" 2fa_button_disable: "Disable authentication"