Commit 05370f74 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'Externalise-strings-in-shared/_sign_in_link.html.haml' into 'master'

Externalize strings in shared/_sign_in_link.html.haml

See merge request gitlab-org/gitlab!58283
parents 35fee074 87624eca
%p.text-center
%span.light
Already have login and password?
= _('Already have login and password?')
- path_params = { redirect_to_referer: 'yes' }
- path_params[:invite_email] = @invite_email if @invite_email.present?
= link_to "Sign in", new_session_path(:user, path_params)
= link_to _('Sign in'), new_session_path(:user, path_params)
---
title: Externalize strings in shared/_sign_in_link.html.haml
merge_request: 58283
author: nuwe1
type: other
......@@ -3266,6 +3266,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
msgid "Already have login and password?"
msgstr ""
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
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