From 0d83bdb8d1c84d0aebf0e19a6750577ca135cb55 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Tue, 10 Dec 2024 09:54:42 +1030 Subject: [PATCH] fixed language on reg/edit view --- app/views/devise/registrations/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %>
-- 2.39.5