Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7fee8f

Browse files
committed
Merge pull request plotly#219 from plotly/typo-fix
Fix typo on modebar geo zoom out
2 parents a66dc66 + 62c7d51 commit f7fee8f

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)