Apply capitalization guidelines - iteration 5 (#12343) (#12451)

This commit is contained in:
Michael S. Molina
2021-01-22 15:11:48 -03:00
committed by GitHub
parent fc20e8b594
commit e80cd61e06
10 changed files with 20 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ export default class AdhocMetricEditPopoverTitle extends React.Component {
render() {
const { title, onChange, isEditDisabled } = this.props;
const defaultLabel = t('My Metric');
const defaultLabel = t('My metric');
if (isEditDisabled) {
return (