about summary refs log tree commit diff
path: root/app/views/auth/mailer/reset_password_instructions.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/mailer/reset_password_instructions.html.erb')
-rw-r--r--app/views/auth/mailer/reset_password_instructions.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/mailer/reset_password_instructions.html.erb b/app/views/auth/mailer/reset_password_instructions.html.erb
index f667dc12f..643b43319 100644
--- a/app/views/auth/mailer/reset_password_instructions.html.erb
+++ b/app/views/auth/mailer/reset_password_instructions.html.erb
@@ -1,6 +1,6 @@
 <p>Hello <%= @resource.email %>!</p>
 
-<p>Someone has requested a link to change your password. You can do this through the link below.</p>
+<p>Someone has requested a link to change your password on Mastodon. You can do this through the link below.</p>
 
 <p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>