Skip to content

Commit

Permalink
backport 2024.02.xx - Fix #10641 tooltips for layerinfo (#10643)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 authored Oct 30, 2024
1 parent b8fbb65 commit 829bf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/LayerInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const LayerInfoButton = connect((state) => ({
<ItemComponent
{...props}
glyph="layer-info"
tooltipId={'toc.layerFilterTooltip'}
tooltipId={'toc.layerInfoTooltip'}
onClick={() => onClick()}
/>
);
Expand Down

0 comments on commit 829bf3d

Please sign in to comment.