diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 3e268e5..cfd9fa4 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb @@ -16,7 +16,7 @@ <%= f.input :email %> <%= f.input :password, hint: "leave blank if you don't want to change it" %> <%= f.input :password_confirmation %> - <%= f.input :current_password, hint: 'we need your current password to confirm your changes' %> + <%= f.input :current_password, hint: 'we need your current password to confirm your changes' %>