mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-03 13:54:55 +03:00
language consistency
This commit is contained in:
parent
580332a893
commit
38252552f6
@ -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,
|
||||||
|
|||||||
@ -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."
|
||||||
|
|||||||
@ -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."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user