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`} +
- )} +