mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-23 04:02:07 +01:00
14 lines
437 B
Text
14 lines
437 B
Text
<%= 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) %>
|