Skip to content

Commit ace4cd8

Browse files
committed
feat: rename "trackpad gestures" to "zoom on scroll"
1 parent 2d21d78 commit ace4cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/editor/views/GraphView/OptionsMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const OptionsMenu = () => {
143143
gaEvent("toggle_gestures", { label: gesturesEnabled ? "on" : "off" });
144144
}}
145145
>
146-
<Text size="xs">Trackpad Gestures</Text>
146+
<Text size="xs">Zoom on Scroll</Text>
147147
</Menu.Item>
148148
<Menu.Item
149149
leftSection={<BsCheck2 opacity={imagePreviewEnabled ? 100 : 0} />}

0 commit comments

Comments
 (0)