Commit 0c69e888 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'gt-update-new-password-breadcrumb-ee' into 'master'

Update new password breadcrumb

See merge request gitlab-org/gitlab-ee!9595
parents d77a2ab6 c292e2d3
- page_title "New Password"
- header_title "New Password"
%h3.page-title Set up new password
- page_title _('New Password')
- breadcrumb_title _('New Password')
%h3.page-title= _('Set up new password')
%hr
= form_for @user, url: profile_password_path, method: :post do |f|
%p.slead
Please set a new password before proceeding.
= _('Please set a new password before proceeding.')
%br
After a successful password update you will be redirected to login screen.
= _('After a successful password update you will be redirected to login screen.')
= form_errors(@user)
......@@ -22,4 +23,4 @@
.col-sm-10
= f.password_field :password_confirmation, required: true, class: 'form-control'
.form-actions
= f.submit 'Set new password', class: "btn btn-success"
= f.submit _('Set new password'), class: 'btn btn-success'
---
title: Update new password breadcrumb
merge_request: 25037
author: George Tsiolis
type: fixed
......@@ -661,6 +661,9 @@ msgstr ""
msgid "Advanced settings"
msgstr ""
msgid "After a successful password update you will be redirected to login screen."
msgstr ""
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
......@@ -6408,6 +6411,9 @@ msgstr ""
msgid "New Pages Domain"
msgstr ""
msgid "New Password"
msgstr ""
msgid "New Pipeline Schedule"
msgstr ""
......@@ -7190,6 +7196,9 @@ msgstr ""
msgid "Please select at least one filter to see results"
msgstr ""
msgid "Please set a new password before proceeding."
msgstr ""
msgid "Please solve the reCAPTCHA"
msgstr ""
......@@ -8716,6 +8725,9 @@ msgstr ""
msgid "Set max session time for web terminal."
msgstr ""
msgid "Set new password"
msgstr ""
msgid "Set notification email for abuse reports."
msgstr ""
......@@ -8740,6 +8752,9 @@ msgstr ""
msgid "Set up new U2F device"
msgstr ""
msgid "Set up new password"
msgstr ""
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
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