diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2019-02-08 16:00:30 +0200 |
---|---|---|
committer | mfluharty <mfluharty@gitlab.com> | 2019-02-20 11:20:33 -0700 |
commit | 72a7f4fa18c67972cd0fba8f039cdd9dadc00aba (patch) | |
tree | e5b56908c8c878618e41091feef1502ace62c565 | |
parent | 3c342602aeba7a8065088507b08564d027f7b558 (diff) | |
download | gitlab-ce-72a7f4fa18c67972cd0fba8f039cdd9dadc00aba.tar.gz |
Update new password breadcrumb
-rw-r--r-- | app/views/profiles/passwords/new.html.haml | 9 | ||||
-rw-r--r-- | changelogs/unreleased/gt-update-new-password-breadcrumb.yml | 5 | ||||
-rw-r--r-- | locale/gitlab.pot | 9 |
3 files changed, 19 insertions, 4 deletions
diff --git a/app/views/profiles/passwords/new.html.haml b/app/views/profiles/passwords/new.html.haml index d265f3c44ba..467bb2bcdf0 100644 --- a/app/views/profiles/passwords/new.html.haml +++ b/app/views/profiles/passwords/new.html.haml @@ -1,6 +1,7 @@ -- 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 @@ -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' diff --git a/changelogs/unreleased/gt-update-new-password-breadcrumb.yml b/changelogs/unreleased/gt-update-new-password-breadcrumb.yml new file mode 100644 index 00000000000..43ea2f0d44b --- /dev/null +++ b/changelogs/unreleased/gt-update-new-password-breadcrumb.yml @@ -0,0 +1,5 @@ +--- +title: Update new password breadcrumb +merge_request: 25037 +author: George Tsiolis +type: fixed diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 29d3c463fe4..087faede69d 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -4817,6 +4817,9 @@ msgstr "" msgid "New Pages Domain" msgstr "" +msgid "New Password" +msgstr "" + msgid "New Pipeline Schedule" msgstr "" @@ -6614,6 +6617,9 @@ msgstr "" msgid "Set max session time for web terminal." msgstr "" +msgid "Set new password" +msgstr "" + msgid "Set notification email for abuse reports." msgstr "" @@ -6632,6 +6638,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 "" |