diff --git a/frigate/config/camera/ffmpeg.py b/frigate/config/camera/ffmpeg.py index 1a3c6a1c9..05769dc66 100644 --- a/frigate/config/camera/ffmpeg.py +++ b/frigate/config/camera/ffmpeg.py @@ -120,7 +120,7 @@ class CameraInput(FrigateBaseModel): ) roles: list[CameraRoleEnum] = Field( title="Input roles", - description="Roles for this input stream (for example: detect, record, audio).", + description="Roles for this input stream.", ) global_args: Union[str, list[str]] = Field( default_factory=list, diff --git a/web/public/locales/en/config/cameras.json b/web/public/locales/en/config/cameras.json index 7fbbed4a5..b2b34c8fb 100644 --- a/web/public/locales/en/config/cameras.json +++ b/web/public/locales/en/config/cameras.json @@ -199,7 +199,7 @@ }, "roles": { "label": "Input roles", - "description": "Roles for this input stream (for example: detect, record, audio)." + "description": "Roles for this input stream." }, "global_args": { "label": "FFmpeg global arguments", diff --git a/web/public/locales/en/config/global.json b/web/public/locales/en/config/global.json index e00949adf..a2368c2f3 100644 --- a/web/public/locales/en/config/global.json +++ b/web/public/locales/en/config/global.json @@ -1342,7 +1342,7 @@ }, "roles": { "label": "Input roles", - "description": "Roles for this input stream (for example: detect, record, audio)." + "description": "Roles for this input stream." }, "global_args": { "label": "FFmpeg global arguments",