fix: remove extra line for link (#20959)

* fix: remove extra line for link

* add space
This commit is contained in:
Phillip Kelley-Dotson 2022-08-04 10:29:07 -07:00 committed by GitHub
parent 6e5036d87f
commit fa416fa130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -392,9 +392,9 @@ export default class AdhocMetricEditPopover extends React.PureComponent {
this.props.onClose();
}}
>
{t('Create a dataset')}{' '}
{t('Create a dataset')}
</span>
{t('to add metrics')}
{t(' to add metrics')}
</>
}
/>