summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-08 20:55:45 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-05-09 17:32:09 -0400
commit8eb577ae9852d5304c28a0bc01d462b146427050 (patch)
tree362160f5243c7224748157bff61f8eed8efa404f
parent4fca1fc5ab7a1fc8719483c78beed08f71144ea2 (diff)
downloadgitlab-ce-8eb577ae9852d5304c28a0bc01d462b146427050.tar.gz
Improve copy for enabling 2FA
-rw-r--r--app/views/profiles/accounts/show.html.haml7
-rw-r--r--app/views/profiles/two_factor_auths/new.html.haml2
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.