Skip to content

Commit

Permalink
chore: Update cross-filter tooltip text (#23654)
Browse files Browse the repository at this point in the history
  • Loading branch information
yousoph authored Apr 13, 2023
1 parent 536b1c4 commit 95d71ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const SliceHeader: FC<SliceHeaderProps> = ({
<Tooltip
placement="top"
title={t(
'This chart emits/applies cross-filters to other charts that use the same dataset',
'This chart applies cross-filters to charts whose datasets contain columns with the same name.',
)}
>
<CrossFilterIcon iconSize="m" />
Expand Down

0 comments on commit 95d71ff

Please sign in to comment.