Skip to content

Commit

Permalink
fixing i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed May 31, 2021
1 parent e854f34 commit 2a00cc7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function APMFleet() {
if (data?.hasData) {
return (
<EuiButton iconType="gear" fill href={`${basePath}/app/fleet#/policies`}>
{i18n.translate('xpack.apm.tutorial.apmServer.fleet.manageApmIntegration.button', {
{i18n.translate('home.apm.tutorial.apmServer.fleet.manageApmIntegration.button', {
defaultMessage: 'Manage APM integration in Fleet',
})}
</EuiButton>
Expand All @@ -74,10 +74,10 @@ export function APMFleet() {
<EuiCard
display="plain"
textAlign="left"
title={i18n.translate('xpack.apm.tutorial.apmServer.fleet.title', {
title={i18n.translate('home.apm.tutorial.apmServer.fleet.title', {
defaultMessage: 'Elastic APM (beta) now available in Fleet!',
})}
description={i18n.translate('xpack.apm.tutorial.apmServer.fleet.message', {
description={i18n.translate('home.apm.tutorial.apmServer.fleet.message', {
defaultMessage:
'The APM integration installs Elasticsearch templates and Ingest Node pipelines for APM data.',
})}
Expand All @@ -87,7 +87,7 @@ export function APMFleet() {
color="secondary"
href={`${basePath}/app/fleet#/integrations/detail/apm-0.2.0/overview`}
>
{i18n.translate('xpack.apm.tutorial.apmServer.fleet.apmIntegration.button', {
{i18n.translate('home.apm.tutorial.apmServer.fleet.apmIntegration.button', {
defaultMessage: 'APM integration',
})}
</EuiButton>
Expand Down

0 comments on commit 2a00cc7

Please sign in to comment.