From afeb03a32f7f18cc7023235746eef18c2263c5ce Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:13:03 -0600 Subject: [PATCH] change label --- frigate/config/camera/ffmpeg.py | 2 +- web/public/locales/en/config/cameras.json | 2 +- web/public/locales/en/config/global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",