Skip to content

Commit

Permalink
refactor: update words
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 19, 2024
1 parent 4444fc6 commit 8dd3c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/landing/src/components/layer.switcher.dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ export class LayerSwitcherDropdown extends Component<unknown, LayerSwitcherDropd
<div className="lui-input-group-wrapper" style={{ display: 'flex', justifyContent: 'space-around' }}>
<div className="lui-checkbox-container">
<input type="checkbox" onChange={this.onFilterExtentChange} checked={this.state.filterToExtent} />
<label title="Filter the layer list to approximately the current map extent">Filter to Extent</label>
<label title="Filter the layer list to approximately the current map extent">Filter by map view</label>
</div>
<div className="lui-checkbox-container">
<input type="checkbox" onChange={this.onZoomExtentChange} checked={this.state.zoomToExtent} />
<label title="On layer change zoom to the extent of the layer">Zoom to Extent</label>
<label title="On layer change zoom to the extent of the layer">Zoom to layer</label>
</div>
</div>
</div>
Expand Down

0 comments on commit 8dd3c8f

Please sign in to comment.