From: Aidan Cornelius-Bell Date: Mon, 9 Dec 2024 23:24:42 +0000 (+1030) Subject: fixed language on reg/edit view X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=0d83bdb8d1c84d0aebf0e19a6750577ca135cb55;p=arelpe.git fixed language on reg/edit view --- diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index df6c500..946ed60 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb @@ -68,7 +68,7 @@
- <%= f.label :current_password %> (we need your current password to confirm your changes) + <%= f.label :current_password %> We need your current password to confirm your changes: <%= f.password_field :current_password, autocomplete: "current-password" %>