]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
fixed language on reg/edit view
authorAidan Cornelius-Bell <[email protected]>
Mon, 9 Dec 2024 23:24:42 +0000 (09:54 +1030)
committerAidan Cornelius-Bell <[email protected]>
Mon, 9 Dec 2024 23:24:42 +0000 (09:54 +1030)
app/views/devise/registrations/edit.html.erb

index df6c50095f5e42e3ba37b720cc8a639e2342040c..946ed60dfc66694e16db3b506a2c25a5bd3b6b5e 100644 (file)
@@ -68,7 +68,7 @@
     <hr>
 
     <div class="field">
-      <%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i>
+      <%= f.label :current_password %> <i>We need your current password to confirm your changes:</i>
       <%= f.password_field :current_password, autocomplete: "current-password" %>
     </div>