From 90af1659ffe1942716939ae384230a75a4caef39 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 Mar 2018 17:17:43 -0700 Subject: [PATCH] very minor copyedits on 2fa --- config/locales/client.en.yml | 6 +++--- config/locales/server.en.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 776bcf29254..7118c5aa29d 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -733,12 +733,12 @@ en: confirm_password_description: "Please confirm your password to continue" enable_description: | Scan this QR code in a supported app (AndroidiOSWindows Phone) and enter your authentication code. - disable_description: "Enter the authentication code from your app" + disable_description: "Please enter the authentication code from your app:" show_key_description: "Enter manually" info_prompt: "What is Two Factor Authentication?" extended_description: | Two factor authentication adds extra security to your account by requiring a one-time token in addition to your password. Tokens can be generated on Android, iOS, and Windows Phone devices. - oauth_enabled_warning: "Please note that social logins will be disabled once Two Factor Authentication has been enabled on your account." + oauth_enabled_warning: "Please note that social logins will be disabled once two factor authentication has been enabled on your account." change_about: title: "Change About Me" @@ -1132,7 +1132,7 @@ en: username: "User" password: "Password" second_factor_title: "Two Factor Authentication Required" - second_factor_description: "Enter the authentication code from your app." + second_factor_description: "Please enter the authentication code from your app:" second_factor_label: "Code" email_placeholder: "email or username" caps_lock_warning: "Caps Lock is on" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 7972d1ddcfa..1e8ae34d903 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1813,7 +1813,7 @@ en: click_to_continue: "Click here to continue." already_logged_in: "Oops, looks like you are attempting to accept an invitation for another user. If you are not %{current_user}, please log out and try again." second_factor_title: "Two Factor Authentication" - second_factor_description: "Please enter the required authentication code from your app." + second_factor_description: "Please enter the required authentication code from your app:" invalid_second_factor_code: "Invalid authentication code" user: @@ -2766,7 +2766,7 @@ en: title: "Two Factor Authentication disabled" subject_template: "[%{email_prefix}] Two Factor Authentication disabled" text_body_template: | - Two factor authentication has been disabled on your account at %{site_name}. You can now log in with your password alone; an authentication code is no longer required. + Two factor authentication has been disabled on your account at %{site_name}. You can now log in with only your password; an additional authentication code is no longer required. If you did not choose to disable two factor authentication, someone may have compromised your account.