mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 08:32:18 +03:00
Fix streaming dialog and use less text on register button (#16518)
This commit is contained in:
@@ -484,7 +484,7 @@ export default function NotificationView({
|
||||
}
|
||||
}}
|
||||
>
|
||||
{`${registration != null ? "Unregister" : "Register"} for notifications on this device`}
|
||||
{`${registration != null ? "Unregister" : "Register"} this device`}
|
||||
</Button>
|
||||
{registration != null && registration.active && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user