diff --git a/app/views/spree/shared/_user_form.html.haml b/app/views/spree/shared/_user_form.html.haml index 1698d97ee3..3d5cc8c354 100644 --- a/app/views/spree/shared/_user_form.html.haml +++ b/app/views/spree/shared/_user_form.html.haml @@ -14,6 +14,6 @@ = f.password_field :password, class: 'title' %p - = f.label :password_confirmation, Spree.t(:confirm_password) + = f.label :password_confirmation, t(:password_confirmation) %br = f.password_field :password_confirmation, class: 'title'