diff --git a/app/views/users/_form.html.haml b/app/views/users/_form.html.haml
index 60b1b564e..9a4416640 100644
--- a/app/views/users/_form.html.haml
+++ b/app/views/users/_form.html.haml
@@ -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