From ede59ea8fe7645a2389bca473319a1a7b0005c96 Mon Sep 17 00:00:00 2001 From: antonyliu Date: Wed, 29 May 2019 19:51:28 +0800 Subject: [PATCH] Fix method typing error --- app/views/profiles/passwords/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')