mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-13 06:01:38 +00:00
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
|
<%= t('user_mailer.terms_of_service_changed.title') %>
|
||
|
|
||
|
===
|
||
|
|
||
|
<%= t('user_mailer.terms_of_service_changed.description', domain: site_hostname) %>
|
||
|
|
||
|
=> <%= terms_of_service_url %>
|
||
|
|
||
|
<%= t('user_mailer.terms_of_service_changed.changelog') %>
|
||
|
|
||
|
<%= @terms_of_service.changelog %>
|
||
|
<%= t('user_mailer.terms_of_service_changed.agreement', domain: site_hostname) %>
|
||
|
|
||
|
<%= t('user_mailer.terms_of_service_changed.sign_off', domain: site_hostname) %>
|