From 8eb577ae9852d5304c28a0bc01d462b146427050 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 8 May 2015 20:55:45 -0400 Subject: [PATCH] Improve copy for enabling 2FA --- app/views/profiles/accounts/show.html.haml | 7 ++++--- app/views/profiles/two_factor_auths/new.html.haml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index 9f9a12c7913..87f827793a6 100644 --- a/app/views/profiles/accounts/show.html.haml +++ b/app/views/profiles/accounts/show.html.haml @@ -47,9 +47,10 @@ %legend Two-factor Authentication %div %p - Keep your account secure by enabling two-factor authentication. - %br - Each time you log in, you’ll be required to provide your password plus a randomly generated access code. + Increase your account's security by enabling two-factor authentication (2FA). + %p + Each time you log in you’ll be required to provide your username and + password as usual, plus a randomly-generated code from your phone. %div = link_to "Enable Two-factor Authentication", new_profile_two_factor_auth_path, class: 'btn btn-success' diff --git a/app/views/profiles/two_factor_auths/new.html.haml b/app/views/profiles/two_factor_auths/new.html.haml index 5d62aa6339b..f0a4a341878 100644 --- a/app/views/profiles/two_factor_auths/new.html.haml +++ b/app/views/profiles/two_factor_auths/new.html.haml @@ -1,6 +1,6 @@ - page_title 'Two-factor Authentication', 'Account' -%h2.page-title Two-Factor Authentication (TFA) +%h2.page-title Two-Factor Authentication (2FA) %p Download the Google Authenticator application from App Store for iOS or Google Play for Android and scan this code.