Merge pull request #29 from martndemus/upstream
Corrected localisation keyword error
This commit is contained in:
commit
e4dde61658
|
@ -68,7 +68,7 @@
|
|||
= f.password_field "password"
|
||||
%fieldset.control-group
|
||||
%label{:for => "user_current_password", :id => "user_current_password_label"}
|
||||
= t("labels.current_password")
|
||||
= t("labels.password_current")
|
||||
%small
|
||||
= t("captions.required")
|
||||
= f.password_field "current_password"
|
||||
|
|
Loading…
Reference in New Issue