diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-15 23:56:03 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-16 00:55:33 +0100 |
commit | 546c4718e781f8900ba6498307ccb1e659de5edd (patch) | |
tree | f69b4941a8806cceff656991cffc46c9661654e7 /app/views/layouts | |
parent | 3ce6ac0ce2e482bc1f2784c3c7f716172b151902 (diff) |
Localizations for most server-side strings
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/mailer.text.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb index 632702439..ae52173b5 100644 --- a/app/views/layouts/mailer.text.erb +++ b/app/views/layouts/mailer.text.erb @@ -2,4 +2,4 @@ --- -Mastodon notifications from <%= Rails.configuration.x.local_domain %> +<%= t('application_mailer.signature', instance: Rails.configuration.x.local_domain) %> |