summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/reset_password_instructions.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/mailer/reset_password_instructions.html.erb')
-rw-r--r--app/views/devise/mailer/reset_password_instructions.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/mailer/reset_password_instructions.html.erb b/app/views/devise/mailer/reset_password_instructions.html.erb
index 7913e88beb6..23b31da92d8 100644
--- a/app/views/devise/mailer/reset_password_instructions.html.erb
+++ b/app/views/devise/mailer/reset_password_instructions.html.erb
@@ -2,7 +2,7 @@
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
-<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
+<p><%= link_to 'Change your password', edit_password_url(@resource, reset_password_token: @token) %></p>
<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>