From 231f0d39ed0c51603a96a3ec23e9e178d5fd69c4 Mon Sep 17 00:00:00 2001 From: Dmitrii Shevchenko Date: Fri, 8 Nov 2024 15:36:37 +0100 Subject: [PATCH] Update x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/translations.ts Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- .../detections/pages/detection_engine/rules/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/translations.ts b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/translations.ts index 143186b143b04..cb0570855dabe 100644 --- a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/translations.ts +++ b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/translations.ts @@ -1438,7 +1438,7 @@ export const UPDATE_RULE_BUTTON = i18n.translate( export const UPDATE_RULE_BUTTON_TOOLTIP_CONFLICTS = i18n.translate( 'xpack.securitySolution.detectionEngine.rules.upgradeRules.button.conflicts', { - defaultMessage: 'Rule has conflicts. Please resolve them manually.', + defaultMessage: 'Rule has conflicts. Resolve them manually.', } );