We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d21d78 commit ace4cd8Copy full SHA for ace4cd8
src/features/editor/views/GraphView/OptionsMenu.tsx
@@ -143,7 +143,7 @@ export const OptionsMenu = () => {
143
gaEvent("toggle_gestures", { label: gesturesEnabled ? "on" : "off" });
144
}}
145
>
146
- <Text size="xs">Trackpad Gestures</Text>
+ <Text size="xs">Zoom on Scroll</Text>
147
</Menu.Item>
148
<Menu.Item
149
leftSection={<BsCheck2 opacity={imagePreviewEnabled ? 100 : 0} />}
0 commit comments