From 1df5b21e57768dda19bc104748421b6d843de1c0 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:42:07 -0500 Subject: [PATCH] backend title and description --- frigate/config/camera/camera.py | 4 ++-- web/public/locales/en/config/cameras.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frigate/config/camera/camera.py b/frigate/config/camera/camera.py index 01092d4f18..247b1d1168 100644 --- a/frigate/config/camera/camera.py +++ b/frigate/config/camera/camera.py @@ -100,8 +100,8 @@ class CameraConfig(FrigateBaseModel): description="Settings for face detection and recognition for this camera.", ) ffmpeg: CameraFfmpegConfig = Field( - title="FFmpeg", - description="FFmpeg settings including binary path, args, hwaccel options, and per-role output args.", + title="Streams (FFmpeg)", + description="Camera stream inputs and FFmpeg options, including binary path, args, hwaccel, and per-role output args.", ) live: CameraLiveConfig = Field( default_factory=CameraLiveConfig, diff --git a/web/public/locales/en/config/cameras.json b/web/public/locales/en/config/cameras.json index dd7c7e0a58..fbc65a8d69 100644 --- a/web/public/locales/en/config/cameras.json +++ b/web/public/locales/en/config/cameras.json @@ -152,8 +152,8 @@ } }, "ffmpeg": { - "label": "FFmpeg", - "description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.", + "label": "Streams (FFmpeg)", + "description": "Camera stream inputs and FFmpeg options, including binary path, args, hwaccel, and per-role output args.", "path": { "label": "FFmpeg path", "description": "Path to the FFmpeg binary to use or a version alias (\"7.0\" or \"8.0\")."