Skip to content

Commit ad3c6e8

Browse files
[APM] UI text updates (#71333) (#71366)
Co-authored-by: Brandon Morelli <[email protected]>
1 parent 8248f49 commit ad3c6e8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/apm/api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ include::api.asciidoc[tag=using-the-APIs]
398398
[%collapsible%open]
399399
======
400400
`version` :::
401-
(required, string) Name of service.
401+
(required, string) Version of service.
402402
403403
`environment` :::
404404
(optional, string) Environment of service.

x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const AnomalyDetection = () => {
6060
<EuiText>
6161
{i18n.translate('xpack.apm.settings.anomalyDetection.descriptionText', {
6262
defaultMessage:
63-
'The Machine Learning anomaly detection integration enables application health status indicators in the Service map by identifying transaction duration anomalies.',
63+
'The Machine Learning anomaly detection integration enables application health status indicators for each configured environment in the Service map by identifying transaction duration anomalies.',
6464
})}
6565
</EuiText>
6666
<EuiSpacer size="l" />

x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/jobs_list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const JobsList = ({
9191
{i18n.translate(
9292
'xpack.apm.settings.anomalyDetection.jobList.addEnvironments',
9393
{
94-
defaultMessage: 'Add environments',
94+
defaultMessage: 'Create ML Job',
9595
}
9696
)}
9797
</EuiButton>
@@ -101,7 +101,7 @@ export const JobsList = ({
101101
<EuiText>
102102
<FormattedMessage
103103
id="xpack.apm.settings.anomalyDetection.jobList.mlDescriptionText"
104-
defaultMessage="Manage existing anomaly detection jobs in {mlJobsLink}."
104+
defaultMessage="To add anomaly detection to a new environment, create a machine learning job. Existing machine learning jobs can be managed in {mlJobsLink}."
105105
values={{
106106
mlJobsLink: (
107107
<MLLink path="jobs">

x-pack/plugins/observability/public/pages/overview/empty_section.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I
7777
icon: 'watchesApp',
7878
description: i18n.translate('xpack.observability.emptySection.apps.alert.description', {
7979
defaultMessage:
80-
'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.',
80+
'Are 503 errors stacking up? Are services responding? Is CPU and RAM utilization jumping? See warnings as they happennot as part of the post-mortem.',
8181
}),
8282
linkTitle: i18n.translate('xpack.observability.emptySection.apps.alert.link', {
8383
defaultMessage: 'Create alert',

0 commit comments

Comments
 (0)