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 @@
.omniauth-container.gl-mt-5
%label.label-bold.d-block
Sign in with
= _('Sign in with')
- providers = enabled_button_based_providers
.d-flex.justify-content-between.flex-wrap
- providers.each do |provider|
......@@ -17,4 +17,4 @@
%label
= check_box_tag :remember_me, nil, false, class: 'remember-me-checkbox'
%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 ""
msgid "Remediations"
msgstr ""
msgid "Remember me"
msgstr ""
msgid "Remind later"
msgstr ""
......@@ -28572,6 +28575,9 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
msgid "Sign in with"
msgstr ""
msgid "Sign in with Single Sign-On"
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