very minor copyedits on 2fa

This commit is contained in:
Jeff Atwood 2018-03-22 17:17:43 -07:00
parent 9a184b355d
commit 90af1659ff
2 changed files with 5 additions and 5 deletions

View File

@ -733,12 +733,12 @@ en:
confirm_password_description: "Please confirm your password to continue" confirm_password_description: "Please confirm your password to continue"
enable_description: | enable_description: |
Scan this QR code in a supported app (<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target="_blank">Android</a> <a href="https://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8" target="_blank">iOS</a> <a href="https://www.microsoft.com/en-us/store/p/authenticator/9wzdncrfj3rj" target='_blank'>Windows Phone</a>) and enter your authentication code. Scan this QR code in a supported app (<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target="_blank">Android</a> <a href="https://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8" target="_blank">iOS</a> <a href="https://www.microsoft.com/en-us/store/p/authenticator/9wzdncrfj3rj" target='_blank'>Windows Phone</a>) 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" show_key_description: "Enter manually"
info_prompt: "What is Two Factor Authentication?" info_prompt: "What is Two Factor Authentication?"
extended_description: | 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 <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target='_blank'>Android</a>, <a href="https://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8">iOS</a>, and <a href="https://www.microsoft.com/en-us/store/p/authenticator/9wzdncrfj3rj" target='_blank'>Windows Phone</a> devices. 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 <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target='_blank'>Android</a>, <a href="https://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8">iOS</a>, and <a href="https://www.microsoft.com/en-us/store/p/authenticator/9wzdncrfj3rj" target='_blank'>Windows Phone</a> 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: change_about:
title: "Change About Me" title: "Change About Me"
@ -1132,7 +1132,7 @@ en:
username: "User" username: "User"
password: "Password" password: "Password"
second_factor_title: "Two Factor Authentication Required" 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" second_factor_label: "Code"
email_placeholder: "email or username" email_placeholder: "email or username"
caps_lock_warning: "Caps Lock is on" caps_lock_warning: "Caps Lock is on"

View File

@ -1813,7 +1813,7 @@ en:
click_to_continue: "Click here to continue." 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." 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_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" invalid_second_factor_code: "Invalid authentication code"
user: user:
@ -2766,7 +2766,7 @@ en:
title: "Two Factor Authentication disabled" title: "Two Factor Authentication disabled"
subject_template: "[%{email_prefix}] Two Factor Authentication disabled" subject_template: "[%{email_prefix}] Two Factor Authentication disabled"
text_body_template: | 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. If you did not choose to disable two factor authentication, someone may have compromised your account.