Skip to content

Commit

Permalink
fix(capitalization): Capitalizing the 'metric' label in Pivot Tables (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Jun 7, 2023
1 parent 977e500 commit 46c2479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit 46c2479

Please sign in to comment.