This is an automated email from the ASF dual-hosted git repository. sophieyou pushed a commit to branch yousoph-matrixified in repository https://gitbox.apache.org/repos/asf/superset.git
commit c2a3a4be251ea278ef65f8d5ee0f6a3754eda32b Author: yousoph <[email protected]> AuthorDate: Fri Jan 23 09:41:38 2026 -0800 Rename Tag from 'Matrixify' to 'Matrixified' --- superset-frontend/src/pages/ChartList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/pages/ChartList/index.tsx b/superset-frontend/src/pages/ChartList/index.tsx index f0ff7fb547..560fb82b30 100644 --- a/superset-frontend/src/pages/ChartList/index.tsx +++ b/superset-frontend/src/pages/ChartList/index.tsx @@ -388,7 +388,7 @@ function ChartList(props: ChartListProps) { margin-left: ${theme.marginXS}px; `} > - <Tag name="Matrixify" color="purple" /> + <Tag name="Matrixified" color="purple" /> </span> )} </>
