From 42d5f377e01ed0bce1ff862dce0d0c4ae1480032 Mon Sep 17 00:00:00 2001 From: efgalvao Date: Wed, 4 Nov 2020 13:11:37 -0300 Subject: [PATCH] Fixes issue #6262. --- app/views/spree/shared/_user_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'