mirror of
https://github.com/apache/superset.git
synced 2026-06-05 07:39:19 +00:00
chore: Update cross-filter tooltip text (#23654)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user