Skip to content

Commit

Permalink
fix: replace form_boundary_map_basemap_label with gis.map_draw.draw.t…
Browse files Browse the repository at this point in the history
…oolbar.buttons.polygon in OptionAddPin.js
  • Loading branch information
paulschreiber committed Mar 26, 2024
1 parent cc942ca commit a4777ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const OptionAddPin = props => {
<Box
component="img"
src={MARKER_CONTROL_ICON}
aria-label={t('landscape.form_boundary_map_basemap_label')}
aria-label={t('gis.map_draw.draw.toolbar.buttons.polygon')}
sx={{ verticalAlign: 'middle' }}
/>
third
Expand Down

0 comments on commit a4777ff

Please sign in to comment.