Skip to content

Commit

Permalink
Fix monitor alert label
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez committed Nov 14, 2022
1 parent ec849e5 commit 84cd5e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ export const ENTER_NUMBER_OF_DOWN_COUNTS = i18n.translate(
export const MATCHING_MONITORS_DOWN = i18n.translate(
'xpack.synthetics.alerts.monitorStatus.numTimesExpression.matchingMonitors.description',
{
defaultMessage: 'matching monitors are down >',
defaultMessage: 'matching monitors are down >=',
}
);

export const ANY_MONITOR_DOWN = i18n.translate(
'xpack.synthetics.alerts.monitorStatus.numTimesExpression.anyMonitors.description',
{
defaultMessage: 'any monitor is down >',
defaultMessage: 'any monitor is down >=',
}
);

Expand Down

0 comments on commit 84cd5e6

Please sign in to comment.