From ea6902d5a0e48a26d8ca122261436923258cf469 Mon Sep 17 00:00:00 2001 From: Davis Plumlee Date: Mon, 11 Apr 2022 13:27:19 -0400 Subject: [PATCH] adds period to sentence --- .../detections/components/rules/rule_preview/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/detections/components/rules/rule_preview/translations.ts b/x-pack/plugins/security_solution/public/detections/components/rules/rule_preview/translations.ts index 83ab70f3f6c21..81ff4b8cfc440 100644 --- a/x-pack/plugins/security_solution/public/detections/components/rules/rule_preview/translations.ts +++ b/x-pack/plugins/security_solution/public/detections/components/rules/rule_preview/translations.ts @@ -54,7 +54,7 @@ export const QUERY_PREVIEW_LABEL = i18n.translate( export const QUERY_PREVIEW_HELP_TEXT = i18n.translate( 'xpack.securitySolution.detectionEngine.queryPreview.queryPreviewHelpText', { - defaultMessage: 'Select a timeframe of data to preview query results', + defaultMessage: 'Select a timeframe of data to preview query results.', } );