Commit 43f44b38 authored by Kerri Miller's avatar Kerri Miller

Merge branch 'Externalise-strings-in-confirmations/new.html.haml' into 'master'

Externalise strings in /confirmations/new.html.haml

See merge request gitlab-org/gitlab!58173
parents 97e04993 a5f21a75
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,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, title: 'Please provide a valid email address.', value: nil = f.email_field :email, class: "form-control gl-form-input", required: true, title: _('Please provide a valid email address.'), value: nil
.clearfix .clearfix
= f.submit "Resend", class: 'gl-button btn btn-confirm' = f.submit _("Resend"), class: 'gl-button btn btn-confirm'
.clearfix.prepend-top-20 .clearfix.prepend-top-20
= render 'devise/shared/sign_in_link' = render 'devise/shared/sign_in_link'
---
title: Externalise strings in confirmations/new.html.haml
merge_request: 58173
author: nuwe1
type: other
...@@ -26997,6 +26997,9 @@ msgstr[1] "" ...@@ -26997,6 +26997,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements." msgid "Requires values to meet regular expression requirements."
msgstr "" msgstr ""
msgid "Resend"
msgstr ""
msgid "Resend Request" msgid "Resend Request"
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