Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantonyliu <sun_apollo@yeah.net>2019-05-29 14:51:28 +0300
committerantonyliu <sun_apollo@yeah.net>2019-05-29 14:51:28 +0300
commitede59ea8fe7645a2389bca473319a1a7b0005c96 (patch)
treee60a0275dd3c6fbb41ae51c89182acb4374808e7 /app/views/profiles
parent1bef559d98811989a3ce6c3518529eefd5f0f7f4 (diff)
Fix method typing error
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/passwords/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/passwords/edit.html.haml b/app/views/profiles/passwords/edit.html.haml
index 031f0524094..ac8c31189d0 100644
--- a/app/views/profiles/passwords/edit.html.haml
+++ b/app/views/profiles/passwords/edit.html.haml
@@ -10,7 +10,7 @@
= _('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
- - if @user.password_automatically set
+ - if @user.password_automatically_set
= _('Change your password')
- else
= _('Change your password or recover your current one')