From 40affdd014f5318c73a4246dd39fdefd352b72b6 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:02:06 -0600 Subject: [PATCH] language --- web/public/locales/en/views/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 71f09e3e9..6a44b1116 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -197,7 +197,7 @@ "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 for ONVIF. Some cameras require a dedicated ONVIF username/password instead of the standard admin user.", + "useDigestAuthDescription": "Use HTTP digest authentication for ONVIF. Some cameras may require a dedicated ONVIF username/password instead of the standard admin user.", "errors": { "brandOrCustomUrlRequired": "Either select a camera brand with host/IP or choose 'Other' with a custom URL", "nameRequired": "Camera name is required",