diff options
author | Sorin Davidoi <sorin.davidoi@gmail.com> | 2017-07-28 05:06:22 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-28 05:06:22 +0200 |
commit | e67fc997dcb1c0e9e7e84d5f2d9247042024bfcb (patch) | |
tree | 0cca45070ff2378818b9917a0d0dc529bf7babf6 /config/locales | |
parent | 3e01a7e6774fe92658d2afbb2c957afa431018b3 (diff) |
feat(web_push_notifications): Group notifications (#4388)
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 cb4c51a11..ace83a0f8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -348,6 +348,8 @@ en: title: "%{name} favourited your status" follow: title: "%{name} is now following you" + group: + title: "%{count} notifications" mention: action_boost: Boost action_expand: Show more |