[refs #270] fix translation
This commit is contained in:
parent
867d678dc4
commit
baf7fdac04
|
@ -14,7 +14,7 @@
|
|||
= f.password_field :password
|
||||
.both
|
||||
.leftlist
|
||||
= f.label :password_confirmation, t("activerecord.attributes.user.password_confirmation")
|
||||
= f.label :password_confirmation, t("activerecord.attributes.user.password_confirm")
|
||||
.rightlist
|
||||
= f.password_field :password_confirmation
|
||||
.both
|
||||
|
|
Loading…
Reference in New Issue