Skip to content

Commit

Permalink
fix: remove extra line for link (#20959)
Browse files Browse the repository at this point in the history
* fix: remove extra line for link

* add space
  • Loading branch information
pkdotson committed Aug 4, 2022
1 parent 6e5036d commit fa416fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
</>
}
/>
Expand Down

0 comments on commit fa416fa

Please sign in to comment.