diff options
author | Marcin Mikołajczak <me@mkljczk.pl> | 2021-03-19 17:15:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 17:15:59 +0100 |
commit | 8fa11b0e836fc2984fe8a771330d651fc7cc73cb (patch) | |
tree | 272cba7e941f5b3bbbef9737f25514a282faa31b /config/locales | |
parent | af8fe6e1e9d728a4af39941e1bde918b0ca7d204 (diff) |
Add missing `en.notification_mailer.status.subject` (#15564)
* Add missing `en.notification_mailer.status.subject` * Update en.yml
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index beb568346..4d452af64 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1048,6 +1048,8 @@ en: body: 'Your status was boosted by %{name}:' subject: "%{name} boosted your status" title: New boost + status: + subject: "%{name} just posted" notifications: email_events: Events for e-mail notifications email_events_hint: 'Select events that you want to receive notifications for:' |