From bf222ecfaeab281961ec4053ae46009d66735cf7 Mon Sep 17 00:00:00 2001 From: Ovgodd Date: Wed, 9 Sep 2026 10:52:59 +0200 Subject: [PATCH] =?UTF-8?q?fixup!=20=E2=99=BF(frontend)=20add=20wheel=20zo?= =?UTF-8?q?om=20shortcut=20hints=20to=20screen=20share=20controls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rooms/livekit/components/ScreenShareZoomControls.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx b/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx index 78eab045..7e26cea4 100644 --- a/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx +++ b/src/frontend/src/features/rooms/livekit/components/ScreenShareZoomControls.tsx @@ -88,7 +88,7 @@ export const ScreenShareZoomControls = ({ } }, [containerRef]) - const wheelShortcutVisual = isMacintosh() ? '⌘+scroll' : 'Ctrl+scroll' + const wheelShortcut = t(isMacintosh() ? 'wheelShortcutMac' : 'wheelShortcut') return (