Skip to content

Commit

Permalink
Fixing i18n keys
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed May 20, 2022
1 parent cd706e2 commit 0b48577
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 0b48577

Please sign in to comment.