From 0481e55a7c2b071d97a2e64c220f7b8119a631c6 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:46:36 -0600 Subject: [PATCH] i18n --- web/public/locales/en/views/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 4443f4d0a..30c057917 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -196,6 +196,8 @@ "manualMode": "Manual selection", "detectionMethodDescription": "Probe the camera with ONVIF (if supported) to find camera stream URLs, or manually select the camera brand to use pre-defined URLs. To enter a custom RTSP URL, choose the manual method and select \"Other\".", "onvifPortDescription": "For cameras that support ONVIF, this is usually 80 or 8080.", + "useDigestAuth": "Use digest authentication", + "useDigestAuthDescription": "Use HTTP digest authentication when connecting to ONVIF-enabled cameras.", "errors": { "brandOrCustomUrlRequired": "Either select a camera brand with host/IP or choose 'Other' with a custom URL", "nameRequired": "Camera name is required",