Skip to content

Commit

Permalink
improve tooltip message
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Oct 27, 2024
1 parent 06f8179 commit 2cb3c02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/components/appbar/PlotFilterButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const disablePopover = (
<Popover id="popover-basic">
<Popover.Header as="h3">Disable plot filter</Popover.Header>
<Popover.Body>
Click to <b>disable</b> the table filter by plot selection and display all table rows
click to <b>disable</b> the filter generated by the selection in the plot
and show all rows in the table
</Popover.Body>
</Popover>
)
Expand All @@ -21,7 +22,8 @@ const enablePopover = (
<Popover id="popover-basic">
<Popover.Header as="h3">Enable plot filter</Popover.Header>
<Popover.Body>
Click to <b>enable</b> the table filter by plot selection and display only the selected rows
Click to <b>enable</b> the filter generated by the selection in the
plot and show only the selected objects
</Popover.Body>
</Popover>
)
Expand Down

0 comments on commit 2cb3c02

Please sign in to comment.