Skip to content

Commit

Permalink
Update some copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Nov 2, 2020
1 parent a7cd742 commit dd76573
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x-pack/plugins/monitoring/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ export const ALERT_DETAILS = {
values: { type: 'search' },
}),
description: i18n.translate('xpack.monitoring.alerts.searchThreadPoolRejections.description', {
defaultMessage: 'Alert when the count of search rejections exceeds the threshold.',
defaultMessage:
'Alert when the number of rejections in the search thread pool exceeds the threshold.',
}),
},
[ALERT_THREAD_POOL_WRITE_REJECTIONS]: {
Expand All @@ -446,7 +447,8 @@ export const ALERT_DETAILS = {
values: { type: 'write' },
}),
description: i18n.translate('xpack.monitoring.alerts.writeThreadPoolRejections.description', {
defaultMessage: 'Alert when the count of write rejections exceeds the threshold.',
defaultMessage:
'Alert when the number of rejections in the write thread pool exceeds the threshold.',
}),
},
};
Expand Down

0 comments on commit dd76573

Please sign in to comment.