Indicate disabling a camera and alerts/detections is temporary

This commit is contained in:
Josh Hawkins 2025-06-08 06:52:01 -05:00
parent ed43df9c13
commit 12ec8ffb38

View File

@ -148,11 +148,11 @@
"title": "Camera Settings", "title": "Camera Settings",
"streams": { "streams": {
"title": "Streams", "title": "Streams",
"desc": "Disabling a camera completely stops Frigate's processing of this camera's streams. Detection, recording, and debugging will be unavailable.<br /> <em>Note: This does not disable go2rtc restreams.</em>" "desc": "Temporarily disable a camera until Frigate restarts. Disabling a camera completely stops Frigate's processing of this camera's streams. Detection, recording, and debugging will be unavailable.<br /> <em>Note: This does not disable go2rtc restreams.</em>"
}, },
"review": { "review": {
"title": "Review", "title": "Review",
"desc": "Enable/disable alerts and detections for this camera. When disabled, no new review items will be generated.", "desc": "Temporarily enable/disable alerts and detections for this camera until Frigate restarts. When disabled, no new review items will be generated. ",
"alerts": "Alerts ", "alerts": "Alerts ",
"detections": "Detections " "detections": "Detections "
}, },