From 005128c22306dea4eb36b6301f49f9bd03015602 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Fri, 10 Jul 2020 03:07:49 -0700 Subject: [PATCH] [APM] UI text updates (#71333) --- docs/apm/api.asciidoc | 2 +- .../components/app/Settings/anomaly_detection/index.tsx | 2 +- .../components/app/Settings/anomaly_detection/jobs_list.tsx | 4 ++-- .../observability/public/pages/overview/empty_section.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/apm/api.asciidoc b/docs/apm/api.asciidoc index f6bc83d4086c25..97fdcd3e13de94 100644 --- a/docs/apm/api.asciidoc +++ b/docs/apm/api.asciidoc @@ -398,7 +398,7 @@ include::api.asciidoc[tag=using-the-APIs] [%collapsible%open] ====== `version` ::: - (required, string) Name of service. + (required, string) Version of service. `environment` ::: (optional, string) Environment of service. diff --git a/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/index.tsx b/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/index.tsx index 4ef3d78a7d3031..6f985d06dba9d2 100644 --- a/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/index.tsx +++ b/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/index.tsx @@ -62,7 +62,7 @@ export const AnomalyDetection = () => { {i18n.translate('xpack.apm.settings.anomalyDetection.descriptionText', { defaultMessage: - 'The Machine Learning anomaly detection integration enables application health status indicators in the Service map by identifying transaction duration anomalies.', + 'The Machine Learning anomaly detection integration enables application health status indicators for each configured environment in the Service map by identifying transaction duration anomalies.', })} diff --git a/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/jobs_list.tsx b/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/jobs_list.tsx index 674b4492c2c9cb..83d19aa27ac113 100644 --- a/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/jobs_list.tsx +++ b/x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/jobs_list.tsx @@ -98,7 +98,7 @@ export const JobsList = ({ {i18n.translate( 'xpack.apm.settings.anomalyDetection.jobList.addEnvironments', { - defaultMessage: 'Add environments', + defaultMessage: 'Create ML Job', } )} @@ -108,7 +108,7 @@ export const JobsList = ({ 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 61456bc88bd3e8..e30eda9f3e0564 100644 --- a/x-pack/plugins/observability/public/pages/overview/empty_section.ts +++ b/x-pack/plugins/observability/public/pages/overview/empty_section.ts @@ -77,7 +77,7 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I icon: 'watchesApp', description: i18n.translate('xpack.observability.emptySection.apps.alert.description', { defaultMessage: - '503 errors stacking up. Applications not responding. CPU and RAM utilization jumping. See these warnings as they happen - not as part of the post-mortem.', + 'Are 503 errors stacking up? Are services responding? Is CPU and RAM utilization jumping? See warnings as they happen—not as part of the post-mortem.', }), linkTitle: i18n.translate('xpack.observability.emptySection.apps.alert.link', { defaultMessage: 'Create alert',