Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove extra line for link #20959

Merged
merged 2 commits into from
Aug 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add space
  • Loading branch information
pkdotson committed Aug 3, 2022
commit 651e982b3e7b77d4a9a3e60a83921b8d53a0d639
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export default class AdhocMetricEditPopover extends React.PureComponent {
>
{t('Create a dataset')}
</span>
{t('to add metrics')}
{t(' to add metrics')}
</>
}
/>
Expand Down