Update new password breadcrumb

This commit is contained in:
George Tsiolis 2019-02-08 16:00:30 +02:00
parent 1d22968958
commit 240ae8d1bf
3 changed files with 19 additions and 4 deletions

View File

@ -1,6 +1,7 @@
- page_title "New Password" - page_title _('New Password')
- header_title "New Password" - breadcrumb_title _('New Password')
%h3.page-title Set up new password
%h3.page-title= _('Set up new password')
%hr %hr
= form_for @user, url: profile_password_path, method: :post do |f| = form_for @user, url: profile_password_path, method: :post do |f|
%p.slead %p.slead
@ -22,4 +23,4 @@
.col-sm-10 .col-sm-10
= f.password_field :password_confirmation, required: true, class: 'form-control' = f.password_field :password_confirmation, required: true, class: 'form-control'
.form-actions .form-actions
= f.submit 'Set new password', class: "btn btn-success" = f.submit _('Set new password'), class: 'btn btn-success'

View File

@ -0,0 +1,5 @@
---
title: Update new password breadcrumb
merge_request: 25037
author: George Tsiolis
type: fixed

View File

@ -4817,6 +4817,9 @@ msgstr ""
msgid "New Pages Domain" msgid "New Pages Domain"
msgstr "" msgstr ""
msgid "New Password"
msgstr ""
msgid "New Pipeline Schedule" msgid "New Pipeline Schedule"
msgstr "" msgstr ""
@ -6614,6 +6617,9 @@ msgstr ""
msgid "Set max session time for web terminal." msgid "Set max session time for web terminal."
msgstr "" msgstr ""
msgid "Set new password"
msgstr ""
msgid "Set notification email for abuse reports." msgid "Set notification email for abuse reports."
msgstr "" msgstr ""
@ -6632,6 +6638,9 @@ msgstr ""
msgid "Set up new U2F device" msgid "Set up new U2F device"
msgstr "" 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." 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 "" msgstr ""