Skip to content

Commit

Permalink
💄 rephrase tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Oct 9, 2023
1 parent a6e8254 commit 0eb9465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ZoomToggle extends React.Component<{
return (
<LabeledSwitch
label="Zoom to selection"
tooltip="Scale axes to show only the currently highlighted data points."
tooltip="Scale axes to focus on the currently highlighted data points."
value={this.props.manager.zoomToSelection}
onToggle={this.onToggle}
/>
Expand Down

0 comments on commit 0eb9465

Please sign in to comment.