diff --git a/frigate/config/camera/snapshots.py b/frigate/config/camera/snapshots.py index 96c11b6da..63bcba226 100644 --- a/frigate/config/camera/snapshots.py +++ b/frigate/config/camera/snapshots.py @@ -60,7 +60,7 @@ class SnapshotsConfig(FrigateBaseModel): retain: RetainConfig = Field( default_factory=RetainConfig, title="Snapshot retention", - description="Retention settings for saved snapshots including default days and per-object overrides.", + description="Retention settings for snapshots including default days and per-object overrides.", ) quality: int = Field( default=60,