Apply suggestion to app/views/profiles/passwords/edit.html.haml
Apply @reprazent suggestion. See gitlab-org/gitlab-ee!13339
This commit is contained in:
parent
90db261940
commit
2e8c592e23
2 changed files with 7 additions and 6 deletions
|
@ -10,9 +10,10 @@
|
|||
= _('After a successful password update, you will be redirected to the login page where you can log in with your new password.')
|
||||
.col-lg-8
|
||||
%h5.prepend-top-0
|
||||
= _('Change your password')
|
||||
- unless @user.password_automatically_set?
|
||||
= _('or recover your current one')
|
||||
- if @user.password_automatically set
|
||||
= _('Change your password')
|
||||
- else
|
||||
= _('Change your password or recover your current one')
|
||||
= form_for @user, url: profile_password_path, method: :put, html: {class: "update-password"} do |f|
|
||||
= form_errors(@user)
|
||||
|
||||
|
|
|
@ -1776,6 +1776,9 @@ msgstr ""
|
|||
msgid "Change your password"
|
||||
msgstr ""
|
||||
|
||||
msgid "Change your password or recover your current one"
|
||||
msgstr ""
|
||||
|
||||
msgid "ChangeTypeActionLabel|Pick into branch"
|
||||
msgstr ""
|
||||
|
||||
|
@ -12102,9 +12105,6 @@ msgstr ""
|
|||
msgid "or"
|
||||
msgstr ""
|
||||
|
||||
msgid "or recover your current one"
|
||||
msgstr ""
|
||||
|
||||
msgid "out of %d total test"
|
||||
msgid_plural "out of %d total tests"
|
||||
msgstr[0] ""
|
||||
|
|
Loading…
Reference in a new issue