Skip to content

Commit e5ffdc4

Browse files
authored
Update missed generator to use correct grammar for "send password reset" button (#5824)
This mirrors #5515
1 parent 1054ef8 commit e5ffdc4

File tree

1 file changed

+1
-1
lines changed
  • lib/generators/templates/simple_form_for/passwords

1 file changed

+1
-1
lines changed

lib/generators/templates/simple_form_for/passwords/new.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212

1313
<div class="form-actions">
14-
<%= f.button :submit, "Send me reset password instructions" %>
14+
<%= f.button :submit, "Send me password reset instructions" %>
1515
</div>
1616
<% end %>
1717

0 commit comments

Comments
 (0)