diff --git a/frigate/config/classification.py b/frigate/config/classification.py index 4218c5586..0ed398145 100644 --- a/frigate/config/classification.py +++ b/frigate/config/classification.py @@ -302,7 +302,7 @@ class CameraFaceRecognitionConfig(FrigateBaseModel): enabled: bool = Field( default=False, title="Enable face recognition", - description="Enable or disable face recognition globally.", + description="Enable or disable face recognition.", ) min_area: int = Field( default=750, @@ -397,7 +397,7 @@ class CameraLicensePlateRecognitionConfig(FrigateBaseModel): enabled: bool = Field( default=False, title="Enable LPR", - description="Enable or disable LPR globally; camera-level settings can override.", + description="Enable or disable LPR on this camera.", ) expire_time: int = Field( default=3, diff --git a/web/public/locales/en/config/cameras.json b/web/public/locales/en/config/cameras.json index 3fbaf9ab2..0411f1228 100644 --- a/web/public/locales/en/config/cameras.json +++ b/web/public/locales/en/config/cameras.json @@ -141,7 +141,7 @@ "description": "Settings for face detection and recognition; can be overridden per-camera.", "enabled": { "label": "Enable face recognition", - "description": "Enable or disable face recognition globally." + "description": "Enable or disable face recognition." }, "min_area": { "label": "Minimum face area", @@ -237,7 +237,7 @@ "description": "License plate recognition settings including detection thresholds, formatting, and known plates.", "enabled": { "label": "Enable LPR", - "description": "Enable or disable LPR globally; camera-level settings can override." + "description": "Enable or disable LPR on this camera." }, "expire_time": { "label": "Expire seconds",