mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-03 13:33:32 -05: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) %>
|