diff --git a/app/views/user_mailer/reset_password.html.erb b/app/views/user_mailer/reset_password.html.erb index d98730bdb46..73d38a58b6e 100644 --- a/app/views/user_mailer/reset_password.html.erb +++ b/app/views/user_mailer/reset_password.html.erb @@ -2,6 +2,6 @@ <%= @password %> -

<%= 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.") %>

+

<%= 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.") %>

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