From 38252552f642931cb9dd3a67c646b43eb95edea4 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:35:23 -0500 Subject: [PATCH] language consistency --- frigate/config/camera/review.py | 2 +- web/public/locales/en/config/cameras.json | 2 +- web/public/locales/en/config/global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frigate/config/camera/review.py b/frigate/config/camera/review.py index ff07fb368..fbe24c98c 100644 --- a/frigate/config/camera/review.py +++ b/frigate/config/camera/review.py @@ -188,7 +188,7 @@ class ReviewConfig(FrigateBaseModel): detections: DetectionsConfig = Field( default_factory=DetectionsConfig, title="Detections config", - description="Settings for creating detection events (non-alert) and how long to keep them.", + description="Settings for which tracked objects generate detections (non-alert) and how detections are retained.", ) genai: GenAIReviewConfig = Field( default_factory=GenAIReviewConfig, diff --git a/web/public/locales/en/config/cameras.json b/web/public/locales/en/config/cameras.json index 470af687e..1b524c347 100644 --- a/web/public/locales/en/config/cameras.json +++ b/web/public/locales/en/config/cameras.json @@ -529,7 +529,7 @@ }, "detections": { "label": "Detections config", - "description": "Settings for creating detection events (non-alert) and how long to keep them.", + "description": "Settings for which tracked objects generate detections (non-alert) and how detections are retained.", "enabled": { "label": "Enable detections", "description": "Enable or disable detection events for this camera." diff --git a/web/public/locales/en/config/global.json b/web/public/locales/en/config/global.json index 7ca564ee6..8b98854ac 100644 --- a/web/public/locales/en/config/global.json +++ b/web/public/locales/en/config/global.json @@ -1044,7 +1044,7 @@ }, "detections": { "label": "Detections config", - "description": "Settings for creating detection events (non-alert) and how long to keep them.", + "description": "Settings for which tracked objects generate detections (non-alert) and how detections are retained.", "enabled": { "label": "Enable detections", "description": "Enable or disable detection events for all cameras; can be overridden per-camera."