Skip to content

Commit 19c81e2

Browse files
committed
Fix copy
1 parent 6bc395f commit 19c81e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/apm/common/anomaly_detection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const MLErrorMessages: Record<ErrorCode, string> = {
3232
'xpack.apm.anomaly_detection.error.missing_write_privileges',
3333
{
3434
defaultMessage:
35-
'You must have "write" privileges to Machine Learning and APM in order to view Anomaly Detection jobs',
35+
'You must have "write" privileges to Machine Learning and APM in order to create Anomaly Detection jobs',
3636
}
3737
),
3838
ML_NOT_AVAILABLE: i18n.translate(

0 commit comments

Comments
 (0)