We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc395f commit 19c81e2Copy full SHA for 19c81e2
x-pack/plugins/apm/common/anomaly_detection.ts
@@ -32,7 +32,7 @@ export const MLErrorMessages: Record<ErrorCode, string> = {
32
'xpack.apm.anomaly_detection.error.missing_write_privileges',
33
{
34
defaultMessage:
35
- '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',
36
}
37
),
38
ML_NOT_AVAILABLE: i18n.translate(
0 commit comments