Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/map/map-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function ScrollZoomGuard() {
return (
<>
<div className={`scroll-zoom-hint${hint ? " visible" : ""}`} aria-hidden>
Use Ctrl + scroll to zoom the map
Use Ctrl/Cmd + scroll to zoom the map
</div>
<span className="sr-only" role="note">
Zoom the map with the + and - keys, or Ctrl/Cmd + scroll
Expand Down
Loading