From 0b4857780d8c49c835388298effc9e575198b6d8 Mon Sep 17 00:00:00 2001 From: Garrett Spong Date: Thu, 19 May 2022 22:03:35 -0600 Subject: [PATCH] Fixing i18n keys --- .../detections/pages/detection_engine/rules/translations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 646f906ce4b693..e259823a366585 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 @@ -1105,7 +1105,7 @@ export const INTEGRATIONS_POPOVER_TITLE = (integrationsCount: number) => export const INTEGRATIONS_POPOVER_DESCRIPTION_INSTALLED = (installedCount: number) => i18n.translate( - 'xpack.securitySolution.detectionEngine.rules.allRules.integrations.popoverTitle', + 'xpack.securitySolution.detectionEngine.rules.allRules.integrations.popoverDescriptionInstalledTitle', { values: { installedCount }, defaultMessage: @@ -1115,7 +1115,7 @@ export const INTEGRATIONS_POPOVER_DESCRIPTION_INSTALLED = (installedCount: numbe export const INTEGRATIONS_POPOVER_DESCRIPTION_UNINSTALLED = (uninstalledCount: number) => i18n.translate( - 'xpack.securitySolution.detectionEngine.rules.allRules.integrations.popoverTitle', + 'xpack.securitySolution.detectionEngine.rules.allRules.integrations.popoverDescriptionUninstalledTitle', { values: { uninstalledCount }, defaultMessage: