This is an automated email from the ASF dual-hosted git repository. sophieyou pushed a commit to branch yousoph-cross-filter-tooltip in repository https://gitbox.apache.org/repos/asf/superset.git
commit 628a7ceeb798c8e30c4dc7bfbcc007bde1080c65 Author: yousoph <[email protected]> AuthorDate: Tue Apr 11 15:43:37 2023 -0700 Update cross-filter tooltip text --- superset-frontend/src/dashboard/components/SliceHeader/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/SliceHeader/index.tsx b/superset-frontend/src/dashboard/components/SliceHeader/index.tsx index 845a9a9515..3ee67e7f38 100644 --- a/superset-frontend/src/dashboard/components/SliceHeader/index.tsx +++ b/superset-frontend/src/dashboard/components/SliceHeader/index.tsx @@ -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" />
