Commit ede59ea8 authored by antonyliu's avatar antonyliu

Fix method typing error

parent 1bef559d
...@@ -10,7 +10,7 @@ ...@@ -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.') = _('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 .col-lg-8
%h5.prepend-top-0 %h5.prepend-top-0
- if @user.password_automatically set - if @user.password_automatically_set
= _('Change your password') = _('Change your password')
- else - else
= _('Change your password or recover your current one') = _('Change your password or recover your current one')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment