diff options
author | Erik Huelsmann <ehuels@gmail.com> | 2018-12-18 22:02:42 +0000 |
---|---|---|
committer | Erik Huelsmann <ehuels@gmail.com> | 2018-12-18 22:02:42 +0000 |
commit | a3bbb2074a033163ebf6cfcf9d53cd2f129c1f56 (patch) | |
tree | e862e485461586391488dbd54d4bd3e4cdcde82e | |
parent | 706a50012a846ce0eb61ab48ff5e75fe0d9b4ea4 (diff) | |
download | gitlab-ce-a3bbb2074a033163ebf6cfcf9d53cd2f129c1f56.tar.gz |
Fix typo: aunthenticator->authenticator
-rw-r--r-- | app/views/profiles/two_factor_auths/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml index d97c4978775..d986c566928 100644 --- a/app/views/profiles/two_factor_auths/show.html.haml +++ b/app/views/profiles/two_factor_auths/show.html.haml @@ -25,7 +25,7 @@ - else %p - Install a soft token aunthenticator like <a href="https://freeotp.github.io/">FreeOTP</a> + Install a soft token authenticator like <a href="https://freeotp.github.io/">FreeOTP</a> or Google Authenticator from your application repository and scan this QR code. More information is available in the #{link_to('documentation', help_page_path('user/profile/account/two_factor_authentication'))}. .row.append-bottom-10 |