diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx b/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx index 9d5718120f665..a5610756b236d 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx @@ -59,7 +59,7 @@ const PivotTableWrapper = styled.div` overflow: auto; `; -const METRIC_KEY = t('metric'); +const METRIC_KEY = t('Metric'); const vals = ['value']; const StyledPlusSquareOutlined = styled(PlusSquareOutlined)`