diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-10-28 21:22:04 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-10-28 21:35:03 -0500 |
commit | 3de376650c700be81d893554b90ac8ce27646333 (patch) | |
tree | d3b0ca2da8b5f4f4f4cca5e5602293d8f89f50c4 /config | |
parent | f12ad9098f0608f558b92e36b4adeef2e8c28604 (diff) |
Make push notifications optional
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en-MP.yml | 2 | ||||
-rw-r--r-- | config/locales/simple_form.en-MP.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/en-MP.yml b/config/locales/en-MP.yml index da45e9216..13f106552 100644 --- a/config/locales/en-MP.yml +++ b/config/locales/en-MP.yml @@ -112,6 +112,8 @@ en-MP: 52: 52 weeks 104: 104 weeks 156: 156 weeks + notifications: + web_settings: "Web interface options" notification_mailer: favourite: body: 'Your status was admired by %{name}:' diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index 33dfa4fda..2596824d6 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -35,6 +35,7 @@ en-MP: setting_show_application: The application you use to toot will be displayed in the detailed view of your roars setting_skin: Reskins the selected UI flavour setting_unpublish_on_delete: When enabled, deleting a published roar will unpublish it then make it local-only. Deleting an unpublished roar will permanently destroy it. + setting_web_push: After changing this option, you will need to reload the Web interface tab or window if you have it open. show_replies: Disable if you'd prefer your replies not be a part of your public profile show_unlisted: Disable if you'd prefer to only show unlisted roars on your profile page to visitors who are logged-in or are your followers. text: This helps us determine if registrations are made in sincerity and prevents spam. It is only visible to admins. @@ -77,6 +78,7 @@ en-MP: setting_unpublish_in: Then unpublish after setting_unpublish_on_delete: Unpublish on delete setting_use_pending_items: Relax mode + setting_web_push: Enable desktop push notifications show_replies: Show replies on profile show_unlisted: Show unlisted roars to anonymous visitors username_confirmation: Confirm your username |