diff --git a/src/frontend/src/features/rooms/livekit/components/controls/Device/AudioDevicesControl.tsx b/src/frontend/src/features/rooms/livekit/components/controls/Device/AudioDevicesControl.tsx index 9a310e2e..62cfad63 100644 --- a/src/frontend/src/features/rooms/livekit/components/controls/Device/AudioDevicesControl.tsx +++ b/src/frontend/src/features/rooms/livekit/components/controls/Device/AudioDevicesControl.tsx @@ -48,7 +48,7 @@ export const AudioDevicesControl = ({ const kind = 'audioinput' const cannotUseDevice = useCannotUseDevice(kind) - const selectLabel = t(`${kind}.choose`) + const selectLabel = t(`settings.${SettingsDialogExtendedKey.AUDIO}`) return (
{ setDefaultSelectedKey(settingTab) diff --git a/src/frontend/src/features/rooms/livekit/components/controls/Device/VideoDeviceControl.tsx b/src/frontend/src/features/rooms/livekit/components/controls/Device/VideoDeviceControl.tsx index e12542ae..1f305597 100644 --- a/src/frontend/src/features/rooms/livekit/components/controls/Device/VideoDeviceControl.tsx +++ b/src/frontend/src/features/rooms/livekit/components/controls/Device/VideoDeviceControl.tsx @@ -73,7 +73,7 @@ export const VideoDeviceControl = ({ } as VideoCaptureOptions) } - const selectLabel = t(`${kind}.choose`) + const selectLabel = t(`settings.${SettingsDialogExtendedKey.VIDEO}`) return (