diff options
author | SerCom_KC <szescxz@gmail.com> | 2018-01-16 13:44:57 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-16 06:44:57 +0100 |
commit | 3323b4173edad987a049c6c1c2903781ed5be059 (patch) | |
tree | b6f8ad6da3917cf7b89f0ef05507e4a887a7adc0 | |
parent | 9a28052e92702463098570a181b2f7b2e8859b1e (diff) |
Change disclaimer in email according to #5817 (#6266)
-rw-r--r-- | config/locales/devise.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 4b3f81edb..19c146322 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -19,7 +19,7 @@ en: confirmation_instructions: action: Verify email address explanation: You have created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this e-mail. - extra_html: Please also check out our <a href="%{terms_path}">terms of service</a> and <a href="%{policy_path}">privacy policy</a>. + extra_html: Please also check out <a href="%{terms_path}">the rules of the instance</a> and <a href="%{policy_path}">our terms of service</a>. subject: 'Mastodon: Confirmation instructions for %{instance}' title: Verify e-mail address email_changed: |