Skip to content

Commit

Permalink
Shorten the ratio alert reason copy
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jul 12, 2021
1 parent e83275f commit c52d420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const formatReason: ObservabilityRuleTypeFormatter = ({ fields }) => {
if (isRatio) {
return i18n.translate('xpack.infra.logs.alerting.threshold.ratioAlertReasonDescription', {
defaultMessage:
'{isGrouped, select, true{{groupName}: } false{}}The ratio of log entries matching the configured conditions is {actualCount} ({translatedComparator} {thresholdCount}).',
'{isGrouped, select, true{{groupName}: } false{}}The log entries ratio is {actualCount} ({translatedComparator} {thresholdCount}).',
values: {
actualCount,
translatedComparator,
Expand Down

0 comments on commit c52d420

Please sign in to comment.