chore: Update cross-filter tooltip text (#23654)

This commit is contained in:
yousoph 2023-04-13 09:52:04 -07:00 committed by GitHub
parent 536b1c4816
commit 95d71fff04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" />