fix: remove extra line for link (#20959)
* fix: remove extra line for link * add space
This commit is contained in:
parent
6e5036d87f
commit
fa416fa130
|
|
@ -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')}
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue