Skip to content

Commit

Permalink
Fix typo in call to action.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Oct 19, 2020
1 parent ff84715 commit 4c6ff3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I
'Performance is a distribution. Measure the experiences of all visitors to your web application and understand how to improve the experience for everyone.',
}),
linkTitle: i18n.translate('xpack.observability.emptySection.apps.ux.link', {
defaultMessage: 'Install Rum Agent',
defaultMessage: 'Install RUM Agent',
}),
href: core.http.basePath.prepend('/app/home#/tutorial/apm'),
},
Expand Down

0 comments on commit 4c6ff3d

Please sign in to comment.