Skip to content

Commit

Permalink
Update password hint copy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanSoto31 committed Sep 11, 2024
1 parent 2aa94b0 commit ba987bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<%= inline_svg_tag("icons/eye-off.svg", size: "22", class: "hidden", data: { "password-visibility-target": "icon" }) %>
</button>
</div>
<p class="mt-1 mb-6 text-xs text-white">Fill this with your current password, then create and confirm a new one below.</p>
<p class="mt-1 mb-6 text-xs text-white">Enter your current password if you want to create a new one.</p>

<%= form.label :password, "New Password", class: "text-white italic font-bold mb-2" %>
<div class="relative mb-6" data-controller="password-visibility">
Expand Down

0 comments on commit ba987bd

Please sign in to comment.