Skip to content

Commit

Permalink
Improved grammar of reset password e-mail.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwagener committed Dec 14, 2012
1 parent 86f0bff commit 5745d97
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<p>Hello <%= @resource.email %>!</p>

<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
<p>Someone has requested a link to change your password. You can do this through the link below.</p>

<p><%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %></p>

Expand Down

0 comments on commit 5745d97

Please sign in to comment.