From bc5c29fda1d8b8364d5f082253c26252053e9dbb Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:14:03 -0600 Subject: [PATCH] rebase --- web/public/locales/en/config/networking.json | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/web/public/locales/en/config/networking.json b/web/public/locales/en/config/networking.json index 23e55576b..9a9f7ec60 100644 --- a/web/public/locales/en/config/networking.json +++ b/web/public/locales/en/config/networking.json @@ -2,22 +2,22 @@ "label": "Networking", "description": "Network-related settings such as IPv6 enablement for Frigate endpoints.", "ipv6": { - "label": "IPv6 settings", + "label": "IPv6 configuration", "description": "IPv6-specific settings for Frigate network services.", "enabled": { "label": "Enable IPv6", "description": "Enable IPv6 support for Frigate services (API and UI) where applicable." + } + }, + "listen": { + "label": "Listening ports configuration", + "internal": { + "label": "Internal port", + "description": "Internal listening port for Frigate (default 5000)." }, - "listen": { - "label": "Listening ports configuration", - "properties": { - "internal": { - "label": "Internal listening port for Frigate" - }, - "external": { - "label": "External listening port for Frigate" - } - } + "external": { + "label": "External port", + "description": "External listening port for Frigate (default 8971)." } } }