Commit 5b554e5f authored by Markus Koller's avatar Markus Koller

Merge branch 'Externalize-strings-in-passwords/new.html.haml' into 'master'

Externalize strings in app/views/devise/passwords/new.html.haml

See merge request gitlab-org/gitlab!58236
parents 5f33f792 4672e49e
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
= render "devise/shared/error_messages", resource: resource = render "devise/shared/error_messages", resource: resource
.form-group .form-group
= f.label :email = f.label :email
= f.email_field :email, class: "form-control gl-form-input", required: true, value: params[:user_email], autofocus: true, title: 'Please provide a valid email address.' = f.email_field :email, class: "form-control gl-form-input", required: true, value: params[:user_email], autofocus: true, title: _('Please provide a valid email address.')
.clearfix .clearfix
= f.submit "Reset password", class: "gl-button btn-confirm btn" = f.submit _("Reset password"), class: "gl-button btn-confirm btn"
.clearfix.prepend-top-20 .clearfix.prepend-top-20
= render 'devise/shared/sign_in_link' = render 'devise/shared/sign_in_link'
---
title: Externalize strings in passwords/new.html.haml
merge_request: 58236
author: nuwe1
type: other
...@@ -26749,6 +26749,9 @@ msgstr "" ...@@ -26749,6 +26749,9 @@ msgstr ""
msgid "Reset key" msgid "Reset key"
msgstr "" msgstr ""
msgid "Reset password"
msgstr ""
msgid "Reset registration token" msgid "Reset registration token"
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