Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Feb 7, 2023
1 parent 6ca728f commit 191bbc6
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: 'This monitor ran successfully during the selected period. Increase the time range to check for older errors.',
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 191bbc6

Please sign in to comment.