Use instance name in email notifications instead of "Mastodon" (#3763)
* Use instance name in "password changed" mail instead of "Mastodon". Fixes tootsuite#2620. * Use instance name in password reset mail instead of "Mastodon".
This commit is contained in:
parent
da9317fa56
commit
16d0aed403
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
Hello <%= @resource.email %>!
|
||||
|
||||
Someone has requested a link to change your password on Mastodon. You can do this through the link below.
|
||||
Someone has requested a link to change your password on <%= @instance %>. You can do this through the link below.
|
||||
|
||||
<%= edit_password_url(@resource, reset_password_token: @token) %>
|
||||
|
||||
|
|
Reference in a new issue