diff --git a/x-pack/plugins/observability/public/pages/overview/empty_section.ts b/x-pack/plugins/observability/public/pages/overview/empty_section.ts index 5b13f2bcbbbd7e..e13efbb8ffdd2a 100644 --- a/x-pack/plugins/observability/public/pages/overview/empty_section.ts +++ b/x-pack/plugins/observability/public/pages/overview/empty_section.ts @@ -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'), },