Commit 4672e49e authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Markus Koller

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

parent 430620cd
...@@ -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
...@@ -26331,6 +26331,9 @@ msgstr "" ...@@ -26331,6 +26331,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