From 0400fc93abd0a768af346bc522839597e55f2a2c Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 8 Sep 2015 14:47:11 +0200 Subject: [PATCH] Deletes duplicate label --- app/views/users/registrations/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/registrations/edit.html.erb b/app/views/users/registrations/edit.html.erb index 2e330b752..55e462a21 100644 --- a/app/views/users/registrations/edit.html.erb +++ b/app/views/users/registrations/edit.html.erb @@ -19,7 +19,7 @@
<%= f.label :password, t("devise_views.users.registrations.edit.password_label") %> <%= t("devise_views.users.registrations.edit.leave_blank") %> - <%= f.password_field :password, autocomplete: "off", placeholder: t("devise_views.users.registrations.edit.password_label") %> + <%= f.password_field :password, autocomplete: "off", label: false, placeholder: t("devise_views.users.registrations.edit.password_label") %>