From f3a50a7fddd4782188b07e7b2876aa097b9e8d64 Mon Sep 17 00:00:00 2001 From: Pedro Jaramillo Date: Mon, 14 Sep 2020 16:08:36 -0400 Subject: [PATCH] update modal text --- .../exceptions/add_exception_modal/translations.ts | 5 ++--- .../exceptions/edit_exception_modal/translations.ts | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/translations.ts b/x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/translations.ts index 2e9bced21fe71..2fe73982e0faf 100644 --- a/x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/translations.ts +++ b/x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/translations.ts @@ -63,8 +63,7 @@ export const ENDPOINT_QUARANTINE_TEXT = i18n.translate( export const BULK_CLOSE_LABEL = i18n.translate( 'xpack.securitySolution.exceptions.addException.bulkCloseLabel', { - defaultMessage: - 'Close all alerts that match this exception, including alerts generated by other rules', + defaultMessage: 'Close all alerts that match this exception and were generated by this rule', } ); @@ -72,7 +71,7 @@ export const BULK_CLOSE_LABEL_DISABLED = i18n.translate( 'xpack.securitySolution.exceptions.addException.bulkCloseLabel.disabled', { defaultMessage: - 'Close all alerts that match attributes in this exception (Lists and non-ECS fields are not supported)', + 'Close all alerts that match this exception and were generated by this rule (Lists and non-ECS fields are not supported)', } ); diff --git a/x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/translations.ts b/x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/translations.ts index 1452003d8f8b8..7c6750f81f84b 100644 --- a/x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/translations.ts +++ b/x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/translations.ts @@ -48,8 +48,7 @@ export const EDIT_EXCEPTION_SUCCESS = i18n.translate( export const BULK_CLOSE_LABEL = i18n.translate( 'xpack.securitySolution.exceptions.editException.bulkCloseLabel', { - defaultMessage: - 'Close all alerts that match this exception, including alerts generated by other rules', + defaultMessage: 'Close all alerts that match this exception and were generated by this rule', } ); @@ -57,7 +56,7 @@ export const BULK_CLOSE_LABEL_DISABLED = i18n.translate( 'xpack.securitySolution.exceptions.editException.bulkCloseLabel.disabled', { defaultMessage: - 'Close all alerts that match attributes in this exception (Lists and non-ECS fields are not supported)', + 'Close all alerts that match this exception and were generated by this rule (Lists and non-ECS fields are not supported)', } );