Skip to content

Commit

Permalink
[Synthetics] errors - adjust empty state content (#150455)
Browse files Browse the repository at this point in the history
## Summary

We noticed the text for the empty state for monitor errors looked off.
We could use a suggestion for improving it. It used to say "Keep calm
and carry on."

<img width="1434" alt="Screen Shot 2023-02-07 at 12 00 21 PM"
src="https://user-images.githubusercontent.com/11356435/217312594-05efd752-9eec-49e3-a890-adebdebb5f2a.png">

---------

Co-authored-by: florent-leborgne <[email protected]>
Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2023
1 parent 8c01d18 commit 95fc20b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ const EmptyErrors = () => {
};

const KEEP_CALM = i18n.translate('xpack.synthetics.errors.keepCalm', {
defaultMessage: 'Keep calm and carry on.',
defaultMessage:
'This monitor ran successfully during the selected period. Increase the time range to check for older errors.',
});

const NO_ERRORS_FOUND = i18n.translate('xpack.synthetics.errors.noErrorsFound', {
Expand Down

0 comments on commit 95fc20b

Please sign in to comment.