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") %>