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', {