Commit ce47b462 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'mjang-webauthn-ui-text' into 'master'

Update WebAuthn UI text

See merge request gitlab-org/gitlab!43732
parents d9bc1416 2bf2c1cf
...@@ -64,12 +64,12 @@ ...@@ -64,12 +64,12 @@
- else - else
= _('Register Universal Two-Factor (U2F) Device') = _('Register Universal Two-Factor (U2F) Device')
%p %p
= _('Use a hardware device to add the second factor of authentication.') = _('Set up a hardware device as a second factor to sign in.')
%p %p
- if webauthn_enabled - if webauthn_enabled
= _("As WebAuthn devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a WebAuthn device. That way you'll always be able to log in - even when you're using an unsupported browser.") = _("Not all browsers support WebAuthn. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even from an unsupported browser.")
- else - else
= _("As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser.") = _("Not all browsers support U2F devices. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even when you're using an unsupported browser.")
.col-lg-8 .col-lg-8
- registration = webauthn_enabled ? @webauthn_registration : @u2f_registration - registration = webauthn_enabled ? @webauthn_registration : @u2f_registration
- if registration.errors.present? - if registration.errors.present?
......
...@@ -3476,12 +3476,6 @@ msgstr "" ...@@ -3476,12 +3476,6 @@ msgstr ""
msgid "Artifacts" msgid "Artifacts"
msgstr "" msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
msgid "As WebAuthn devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a WebAuthn device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}." msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr "" msgstr ""
...@@ -17535,6 +17529,12 @@ msgstr "" ...@@ -17535,6 +17529,12 @@ msgstr ""
msgid "Not Implemented" msgid "Not Implemented"
msgstr "" msgstr ""
msgid "Not all browsers support U2F devices. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even when you're using an unsupported browser."
msgstr ""
msgid "Not all browsers support WebAuthn. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even from an unsupported browser."
msgstr ""
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited." msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr "" msgstr ""
...@@ -23462,6 +23462,9 @@ msgstr "" ...@@ -23462,6 +23462,9 @@ msgstr ""
msgid "Set up a %{type} Runner manually" msgid "Set up a %{type} Runner manually"
msgstr "" msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
msgstr ""
msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}" msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}"
msgstr "" msgstr ""
...@@ -27917,9 +27920,6 @@ msgstr "" ...@@ -27917,9 +27920,6 @@ msgstr ""
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab" msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "" msgstr ""
msgid "Use a hardware device to add the second factor of authentication."
msgstr ""
msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)." msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment