From 12ec8ffb38e8fb09e8ed783d5bddad560cc7c4a9 Mon Sep 17 00:00:00 2001
From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
Date: Sun, 8 Jun 2025 06:52:01 -0500
Subject: [PATCH] Indicate disabling a camera and alerts/detections is
temporary
---
web/public/locales/en/views/settings.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json
index 1cbd4ccea..43df66acf 100644
--- a/web/public/locales/en/views/settings.json
+++ b/web/public/locales/en/views/settings.json
@@ -148,11 +148,11 @@
"title": "Camera Settings",
"streams": {
"title": "Streams",
- "desc": "Disabling a camera completely stops Frigate's processing of this camera's streams. Detection, recording, and debugging will be unavailable.
Note: This does not disable go2rtc restreams."
+ "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.
Note: This does not disable go2rtc restreams."
},
"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 ",
"detections": "Detections "
},