language consistency

This commit is contained in:
Josh Hawkins 2026-03-27 09:35:23 -05:00
parent 580332a893
commit 38252552f6
3 changed files with 3 additions and 3 deletions

View File

@ -188,7 +188,7 @@ class ReviewConfig(FrigateBaseModel):
detections: DetectionsConfig = Field( detections: DetectionsConfig = Field(
default_factory=DetectionsConfig, default_factory=DetectionsConfig,
title="Detections config", 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( genai: GenAIReviewConfig = Field(
default_factory=GenAIReviewConfig, default_factory=GenAIReviewConfig,

View File

@ -529,7 +529,7 @@
}, },
"detections": { "detections": {
"label": "Detections config", "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": { "enabled": {
"label": "Enable detections", "label": "Enable detections",
"description": "Enable or disable detection events for this camera." "description": "Enable or disable detection events for this camera."

View File

@ -1044,7 +1044,7 @@
}, },
"detections": { "detections": {
"label": "Detections config", "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": { "enabled": {
"label": "Enable detections", "label": "Enable detections",
"description": "Enable or disable detection events for all cameras; can be overridden per-camera." "description": "Enable or disable detection events for all cameras; can be overridden per-camera."