From 3de376650c700be81d893554b90ac8ce27646333 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Wed, 28 Oct 2020 21:22:04 -0500 Subject: Make push notifications optional --- config/locales/en-MP.yml | 2 ++ config/locales/simple_form.en-MP.yml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'config') 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 -- cgit