Merge pull request #29 from martndemus/upstream

Corrected localisation keyword error
This commit is contained in:
Erik Michaels-Ober 2013-09-10 02:08:32 -07:00
commit e4dde61658
1 changed files with 1 additions and 1 deletions

View File

@ -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"