diff --git a/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx b/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx index 3c47a2c9..595b97a3 100644 --- a/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx +++ b/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx @@ -47,7 +47,7 @@ export const ScreenShareZoomControls = ({ zoomInButtonRef.current?.focus() }, [isZoomed]) - const wheelShortcutVisual = isMacintosh() ? '⌘+scroll' : 'Ctrl+scroll' + const wheelShortcut = t(isMacintosh() ? 'wheelShortcutMac' : 'wheelShortcut') return (