Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Nov 2, 2020
1 parent a16191b commit e502129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/monitoring/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export const ALERT_DETAILS = {
defaultMessage: 'Thread pool {type} rejections',
values: { type: 'search' },
}),
description: i18n.translate('xpack.monitoring.alerts.threadPoolRejections.description', {
description: i18n.translate('xpack.monitoring.alerts.searchThreadPoolRejections.description', {
defaultMessage: 'Alert when the count of search rejections exceeds the threshold.',
}),
},
Expand All @@ -445,7 +445,7 @@ export const ALERT_DETAILS = {
defaultMessage: 'Thread pool {type} rejections',
values: { type: 'write' },
}),
description: i18n.translate('xpack.monitoring.alerts.threadPoolRejections.description', {
description: i18n.translate('xpack.monitoring.alerts.writeThreadPoolRejections.description', {
defaultMessage: 'Alert when the count of write rejections exceeds the threshold.',
}),
},
Expand Down

0 comments on commit e502129

Please sign in to comment.