Commit a5f21a75 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Kerri Miller

Externalise strings in /confirmations/new.html.haml

parent 9842152f
...@@ -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
...@@ -26949,6 +26949,9 @@ msgstr[1] "" ...@@ -26949,6 +26949,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