From fed1c242528da505d5d9856f9161bfb0592f9901 Mon Sep 17 00:00:00 2001 From: smileydev <47900232+prosdev0107@users.noreply.github.com> Date: Fri, 18 Mar 2022 13:57:34 -0400 Subject: [PATCH] fix(chart-crud): make to update Viz type Filter label to Chart type (#19140) (cherry picked from commit b8883410905a8212b9863a652c4d5a775e2a703b) --- superset-frontend/src/views/CRUD/chart/ChartList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/views/CRUD/chart/ChartList.tsx b/superset-frontend/src/views/CRUD/chart/ChartList.tsx index 74493751b28b6..2645aa41c74ba 100644 --- a/superset-frontend/src/views/CRUD/chart/ChartList.tsx +++ b/superset-frontend/src/views/CRUD/chart/ChartList.tsx @@ -519,7 +519,7 @@ function ChartList(props: ChartListProps) { paginate: true, }, { - Header: t('Viz type'), + Header: t('Chart type'), id: 'viz_type', input: 'select', operator: FilterOperator.equals,