Skip to content

Commit

Permalink
EDSC-4349 Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpesall committed Jan 22, 2025
1 parent 29accb3 commit b3d693b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -539,7 +539,7 @@ const SpatialSelection = (props) => {
button.setAttribute('aria-label', 'Draw a spatial circle on the map to select a spatial extent')
} else if (button.classList.contains('leaflet-draw-draw-polygon')) {
button.setAttribute('aria-label', 'Draw a spatial polygon on the map to select a spatial extent')
} else if (button.classList.contains('leaflet-draw-draw-rectangle on the map to select a spatial extent')) {
} else if (button.classList.contains('leaflet-draw-draw-rectangle')) {
button.setAttribute('aria-label', 'Draw a spatial rectangle on the map to select a spatial extent')
} else if (button.classList.contains('leaflet-draw-draw-marker')) {
button.setAttribute('aria-label', 'Draw a spatial coordinate on the map to select a spatial extent')

0 comments on commit b3d693b

Please sign in to comment.