mastodon/app/views/user_mailer/password_change.en.html.erb
Midgard 16d0aed403 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".
2017-06-27 14:22:36 +02:00

4 lines
137 B
Plaintext

<p>Hello <%= @resource.email %>!</p>
<p>We're contacting you to notify you that your password on <%= @instance %> has been changed.</p>