Skip to content

Commit

Permalink
[Uptime] Fix monitor alert label (#145112)
Browse files Browse the repository at this point in the history
## Summary

Closes #143895

Updates the label for the status check labels to reflect what the alert
does.

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Alejandro Fernández Gómez and kibanamachine authored Nov 14, 2022
1 parent 90f38a6 commit bebcd35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 bebcd35

Please sign in to comment.