diff --git a/superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx b/superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx index bc0f7a266ef06..3ba3548fc7633 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx +++ b/superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx @@ -164,7 +164,7 @@ const config: ControlPanelConfig = { name: 'normalize_across', config: { type: 'SelectControl', - label: t('COLOR BASED ON'), + label: t('Normalize Across'), choices: [ ['heatmap', 'heatmap'], ['x', 'x'], @@ -179,12 +179,8 @@ const config: ControlPanelConfig = { )}