From 191bbc67334caebf414fbe0d0996d8583ce70f66 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 7 Feb 2023 17:30:01 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' --- .../monitor_details/monitor_errors/monitor_errors.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx b/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx index 422f1d0ee4611..ce367ef72ba3d 100644 --- a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx +++ b/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx @@ -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', {