From d0e46b3ce85e8c9dba94279d93c530f1dd40f45d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 22 Jul 2024 12:28:25 -0600 Subject: [PATCH] Improve wording --- .../settings/NotificationsSettingsView.tsx | 87 +++++++++---------- 1 file changed, 42 insertions(+), 45 deletions(-) diff --git a/web/src/views/settings/NotificationsSettingsView.tsx b/web/src/views/settings/NotificationsSettingsView.tsx index 97e479d4d..d3087b174 100644 --- a/web/src/views/settings/NotificationsSettingsView.tsx +++ b/web/src/views/settings/NotificationsSettingsView.tsx @@ -193,8 +193,8 @@ export default function NotificationView({

- Frigate can natively send push notifications to Frigate when it - is running in the browser or installed as a PWA. + Frigate can natively send push notifications to your device when + it is running in the browser or installed as a PWA.

- {config?.notifications.enabled && ( -
-
- - -
+ } + }} + > + {`${registration != null ? "Unregister" : "Register"} for notifications on this device`} +
- )} +