From 19c81e28cf241941f3fa33771107d2ef2d259a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Mon, 20 Jul 2020 23:40:50 +0200 Subject: [PATCH] Fix copy --- x-pack/plugins/apm/common/anomaly_detection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/apm/common/anomaly_detection.ts b/x-pack/plugins/apm/common/anomaly_detection.ts index 451fd14e44a86..9e0a3e3d0d889 100644 --- a/x-pack/plugins/apm/common/anomaly_detection.ts +++ b/x-pack/plugins/apm/common/anomaly_detection.ts @@ -32,7 +32,7 @@ export const MLErrorMessages: Record = { 'xpack.apm.anomaly_detection.error.missing_write_privileges', { defaultMessage: - 'You must have "write" privileges to Machine Learning and APM in order to view Anomaly Detection jobs', + 'You must have "write" privileges to Machine Learning and APM in order to create Anomaly Detection jobs', } ), ML_NOT_AVAILABLE: i18n.translate(