diff --git a/app/components/appbar/PlotFilterButton.tsx b/app/components/appbar/PlotFilterButton.tsx index 0f88bbb..12288bd 100644 --- a/app/components/appbar/PlotFilterButton.tsx +++ b/app/components/appbar/PlotFilterButton.tsx @@ -11,7 +11,8 @@ const disablePopover = ( Disable plot filter - Click to disable the table filter by plot selection and display all table rows + click to disable the filter generated by the selection in the plot + and show all rows in the table ) @@ -21,7 +22,8 @@ const enablePopover = ( Enable plot filter - Click to enable the table filter by plot selection and display only the selected rows + Click to enable the filter generated by the selection in the + plot and show only the selected objects )