Skip to content

Commit

Permalink
Merge pull request #571 from sarken/issue_2987
Browse files Browse the repository at this point in the history
Fix Issue 2987 with typo in password reset email
  • Loading branch information
elzj committed Apr 13, 2012
2 parents 5614355 + d11e0db commit 70b8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/user_mailer/reset_password.html.erb
Expand Up @@ -2,6 +2,6 @@
<%= @password %>

<p><%= ts("After you log in using this generated password you will be asked change your password to something you can remember.") %> <%= ts("If you do not use this generated password within a week, it will expire, and you will have to request a new one.") %></p>
<p><%= ts("After you log in using this generated password you will be asked to change your password to something you can remember.") %> <%= ts("If you do not use this generated password within a week, it will expire, and you will have to request a new one.") %></p>

<p><%= ts("If you did not request this password reset, you may ignore this email and your previous password will continue to work.") %>

0 comments on commit 70b8ec5

Please sign in to comment.