From 155ba8fd3a5300b68cb968520d082920a81165fa Mon Sep 17 00:00:00 2001 From: unarist Date: Mon, 31 Jul 2017 07:18:44 +0900 Subject: Make salutation of email localizable (#4454) --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index ace83a0f8..90b4fe82b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -215,6 +215,7 @@ en: body: "%{reporter} has reported %{target}" subject: New report for %{instance} (#%{id}) application_mailer: + salutation: '%{name},' settings: 'Change e-mail preferences: %{link}' signature: Mastodon notifications from %{instance} view: 'View:' -- cgit