Commit 974b1425 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'Externalize-strings-in-shared_omniauth_box.html.haml' into 'master'

Externalize strings in shared/_omniauth_box.html.haml

See merge request gitlab-org/gitlab!58281
parents cf7a0493 371f306f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.omniauth-container.gl-mt-5 .omniauth-container.gl-mt-5
%label.label-bold.d-block %label.label-bold.d-block
Sign in with = _('Sign in with')
- providers = enabled_button_based_providers - providers = enabled_button_based_providers
.d-flex.justify-content-between.flex-wrap .d-flex.justify-content-between.flex-wrap
- providers.each do |provider| - providers.each do |provider|
...@@ -17,4 +17,4 @@ ...@@ -17,4 +17,4 @@
%label %label
= check_box_tag :remember_me, nil, false, class: 'remember-me-checkbox' = check_box_tag :remember_me, nil, false, class: 'remember-me-checkbox'
%span %span
Remember me = _('Remember me')
---
title: Externalize strings in shared/_omniauth_box.html.haml
merge_request: 58281
author: nuwe1
type: other
...@@ -25785,6 +25785,9 @@ msgstr "" ...@@ -25785,6 +25785,9 @@ msgstr ""
msgid "Remediations" msgid "Remediations"
msgstr "" msgstr ""
msgid "Remember me"
msgstr ""
msgid "Remind later" msgid "Remind later"
msgstr "" msgstr ""
...@@ -28572,6 +28575,9 @@ msgstr "" ...@@ -28572,6 +28575,9 @@ msgstr ""
msgid "Sign in via 2FA code" msgid "Sign in via 2FA code"
msgstr "" msgstr ""
msgid "Sign in with"
msgstr ""
msgid "Sign in with Single Sign-On" msgid "Sign in with Single Sign-On"
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