From 7cc380a473e2f4a8e11ef60b98efd83c0abab548 Mon Sep 17 00:00:00 2001 From: Daphne Kua <dkua@gitlab.com> Date: Wed, 3 Aug 2022 13:46:53 +0000 Subject: [PATCH] Add Google Authenticator to 2FA page Changelog: changed --- app/views/profiles/two_factor_auths/show.html.haml | 3 ++- locale/gitlab.pot | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml index 6304d42896d21..6f60785f20c94 100644 --- a/app/views/profiles/two_factor_auths/show.html.haml +++ b/app/views/profiles/two_factor_auths/show.html.haml @@ -21,8 +21,9 @@ - else %p - - register_2fa_token = _('We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device.') + - register_2fa_token = _('We recommend using cloud-based authenticator applications that can restore access if you lose your hardware device.') = register_2fa_token.html_safe + = link_to _('What are some examples?'), help_page_path('user/profile/account/two_factor_authentication', anchor: 'enable-one-time-password'), target: '_blank', rel: 'noopener noreferrer' .row.gl-mb-3 .col-md-4.gl-min-w-fit-content .gl-p-2.gl-mb-3{ style: 'background: #fff' } diff --git a/locale/gitlab.pot b/locale/gitlab.pot index a3cef05e0a9f4..94e2c65c89d48 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -43515,9 +43515,6 @@ msgstr "" msgid "We recommend a work email address." msgstr "" -msgid "We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device." -msgstr "" - msgid "We recommend leaving all SAST analyzers enabled" msgstr "" @@ -43527,6 +43524,9 @@ msgstr "" msgid "We recommend that you buy additional Pipeline minutes to resume normal service." msgstr "" +msgid "We recommend using cloud-based authenticator applications that can restore access if you lose your hardware device." +msgstr "" + msgid "We sent you an email with reset password instructions" msgstr "" @@ -43827,6 +43827,9 @@ msgstr "" msgid "What are project audit events?" msgstr "" +msgid "What are some examples?" +msgstr "" + msgid "What does the setting affect?" msgstr "" -- GitLab