Skip to content

Commit 62c7d51

Browse files
committed
Fix typo on modebar geo zoom out
1 parent a66dc66 commit 62c7d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modebar/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ modeBarButtons.zoomInGeo = {
423423

424424
modeBarButtons.zoomOutGeo = {
425425
name: 'zoomOutGeo',
426-
title: 'Zoom in',
426+
title: 'Zoom out',
427427
attr: 'zoom',
428428
val: 'out',
429429
icon: Icons.zoom_minus,

0 commit comments

Comments
 (0)