Commit 7d443c22 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

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

Externalize strings in unlocks/new.html.haml

See merge request gitlab-org/gitlab!58289
parents 7983e146 d66a3b70
= render 'devise/shared/tab_single', tab_title: 'Resend unlock instructions'
= render 'devise/shared/tab_single', tab_title: _('Resend unlock instructions')
.login-box
.login-body
= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post, class: 'gl-show-field-errors' }) do |f|
......@@ -6,9 +6,9 @@
= render "devise/shared/error_messages", resource: resource
.form-group.gl-mb-6
= f.label :email
= f.email_field :email, class: 'form-control', autofocus: 'autofocus', autocapitalize: 'off', autocorrect: 'off', title: 'Please provide a valid email address.'
= f.email_field :email, class: 'form-control', autofocus: 'autofocus', autocapitalize: 'off', autocorrect: 'off', title: _('Please provide a valid email address.')
.clearfix
= f.submit 'Resend unlock instructions', class: 'gl-button btn btn-confirm'
= f.submit _('Resend unlock instructions'), class: 'gl-button btn btn-confirm'
.clearfix.prepend-top-20
= render 'devise/shared/sign_in_link'
---
title: Externalize strings in unlocks/new.html.haml
merge_request: 58289
author: nuwe1
type: other
......@@ -26698,6 +26698,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
msgid "Resend unlock instructions"
msgstr ""
msgid "Reset"
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