mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: remove extra line for link (#20959)
* fix: remove extra line for link * add space
This commit is contained in:
committed by
GitHub
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')}
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user