diff --git a/ui/src/components/popovers/AudioControlPopover.tsx b/ui/src/components/popovers/AudioControlPopover.tsx index 3bd9a528..49d1ed87 100644 --- a/ui/src/components/popovers/AudioControlPopover.tsx +++ b/ui/src/components/popovers/AudioControlPopover.tsx @@ -353,9 +353,9 @@ export default function AudioControlPopover({ microphone }: AudioControlPopoverP {/* HTTPS requirement notice */} {isHttpsRequired && (
-

HTTPS Required for Microphone

+

HTTPS Required for Microphone Input

- Microphone access requires a secure connection. Please access this device using HTTPS instead of HTTP to enable audio input features. + Microphone access requires a secure connection due to browser security policies. Audio output works fine on HTTP, but microphone input needs HTTPS.

Current: {window.location.protocol + '//' + window.location.host} @@ -417,7 +417,7 @@ export default function AudioControlPopover({ microphone }: AudioControlPopoverP