summaryrefslogtreecommitdiff
path: root/app/views/profiles/passwords
diff options
context:
space:
mode:
authorantonyliu <sun_apollo@yeah.net>2019-05-29 19:51:28 +0800
committerantonyliu <sun_apollo@yeah.net>2019-05-29 19:51:28 +0800
commitede59ea8fe7645a2389bca473319a1a7b0005c96 (patch)
treee60a0275dd3c6fbb41ae51c89182acb4374808e7 /app/views/profiles/passwords
parent1bef559d98811989a3ce6c3518529eefd5f0f7f4 (diff)
downloadgitlab-ce-ede59ea8fe7645a2389bca473319a1a7b0005c96.tar.gz
Fix method typing error
Diffstat (limited to 'app/views/profiles/passwords')
-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')