fix(capitalization): Capitalizing the 'metric' label in Pivot Tables (#24265)

This commit is contained in:
Evan Rusackas 2023-06-07 16:34:52 -06:00 committed by GitHub
parent 977e50014d
commit 46c2479db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)`