Update missed generator to use correct grammar for "send password reset" button (#5824)

This mirrors #5515
This commit is contained in:
Gareth Jones
2026-02-18 05:28:20 +13:00
committed by GitHub
parent 1054ef82e7
commit e5ffdc4248

View File

@@ -11,7 +11,7 @@
</div>
<div class="form-actions">
<%= f.button :submit, "Send me reset password instructions" %>
<%= f.button :submit, "Send me password reset instructions" %>
</div>
<% end %>