diff options
| author | kaniini <nenolod@gmail.com> | 2019-06-01 05:16:15 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2019-06-01 05:16:15 +0000 |
| commit | b4796ccbf6302056bf6f58e30d495334b830c41e (patch) | |
| tree | fbdbde8f70a3d5fb067d22285aba058ccd5ad678 /src/i18n | |
| parent | 9c0ec9b794dbf225dbdc4ed1e2d657cabf25101f (diff) | |
| parent | 855566f887cb9f705f62141b929bb9a3d089099c (diff) | |
Merge branch 'feature/notification-controls' into 'develop'
wire up notification settings
See merge request pleroma/pleroma-fe!809
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 031c93de..2b5c5468 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -277,6 +277,13 @@ "true": "yes" }, "notifications": "Notifications", + "notification_setting": "Receive notifications from:", + "notification_setting_follows": "Users you follow", + "notification_setting_non_follows": "Users you do not follow", + "notification_setting_followers": "Users who follow you", + "notification_setting_non_followers": "Users who do not follow you", + "notification_mutes": "To stop receiving notifications from a specific user, use a mute.", + "notification_blocks": "Blocking a user stops all notifications as well as unsubscribes them.", "enable_web_push_notifications": "Enable web push notifications", "style": { "switcher": { |
