mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Cloud Posture] Change integration installation button label (#140962)
This commit is contained in:
parent
acfcfad1c0
commit
a9bcb41377
5 changed files with 3 additions and 6 deletions
|
@ -65,7 +65,7 @@ const packageNotInstalledRenderer = (cisIntegrationLink?: string) => (
|
|||
href: cisIntegrationLink,
|
||||
isDisabled: !cisIntegrationLink,
|
||||
title: i18n.translate('xpack.csp.cloudPosturePage.packageNotInstalled.buttonLabel', {
|
||||
defaultMessage: 'Add a CIS integration',
|
||||
defaultMessage: 'Add a KSPM integration',
|
||||
}),
|
||||
description: (
|
||||
<FormattedMessage
|
||||
|
|
|
@ -45,8 +45,8 @@ const AddCisIntegrationButton = () => {
|
|||
isDisabled={!cisIntegrationLink}
|
||||
>
|
||||
<FormattedMessage
|
||||
id="xpack.csp.benchmarks.benchmarksPageHeader.addCisIntegrationButtonLabel"
|
||||
defaultMessage="Add a CIS integration"
|
||||
id="xpack.csp.benchmarks.benchmarksPageHeader.addKSPMIntegrationButtonLabel"
|
||||
defaultMessage="Add a KSPM integration"
|
||||
/>
|
||||
</EuiButton>
|
||||
);
|
||||
|
|
|
@ -9549,7 +9549,6 @@
|
|||
"xpack.csp.benchmarks.benchmarkEmptyState.integrationsNotFoundTitle": "Aucune intégration Benchmark trouvée",
|
||||
"xpack.csp.benchmarks.benchmarkEmptyState.integrationsNotFoundWithFiltersTitle": "Nous n'avons trouvé aucune intégration Benchmark avec les filtres ci-dessus.",
|
||||
"xpack.csp.benchmarks.benchmarkSearchField.searchPlaceholder": "par exemple, le nom d'un benchmark",
|
||||
"xpack.csp.benchmarks.benchmarksPageHeader.addCisIntegrationButtonLabel": "Ajouter une intégration CIS",
|
||||
"xpack.csp.benchmarks.benchmarksPageHeader.benchmarkIntegrationsTitle": "Intégrations Benchmark",
|
||||
"xpack.csp.benchmarks.benchmarksTable.activeRulesColumnTitle": "Règles actives",
|
||||
"xpack.csp.benchmarks.benchmarksTable.agentPolicyColumnTitle": "Politique d'agent",
|
||||
|
|
|
@ -9536,7 +9536,6 @@
|
|||
"xpack.csp.benchmarks.benchmarkEmptyState.integrationsNotFoundTitle": "ベンチマーク統合が見つかりません",
|
||||
"xpack.csp.benchmarks.benchmarkEmptyState.integrationsNotFoundWithFiltersTitle": "上記のフィルターでベンチマーク統合が見つかりませんでした。",
|
||||
"xpack.csp.benchmarks.benchmarkSearchField.searchPlaceholder": "例:ベンチマーク名",
|
||||
"xpack.csp.benchmarks.benchmarksPageHeader.addCisIntegrationButtonLabel": "CIS統合を追加",
|
||||
"xpack.csp.benchmarks.benchmarksPageHeader.benchmarkIntegrationsTitle": "ベンチマーク統合",
|
||||
"xpack.csp.benchmarks.benchmarksTable.activeRulesColumnTitle": "アクティブなルール",
|
||||
"xpack.csp.benchmarks.benchmarksTable.agentPolicyColumnTitle": "エージェントポリシー",
|
||||
|
|
|
@ -9551,7 +9551,6 @@
|
|||
"xpack.csp.benchmarks.benchmarkEmptyState.integrationsNotFoundTitle": "找不到基准集成",
|
||||
"xpack.csp.benchmarks.benchmarkEmptyState.integrationsNotFoundWithFiltersTitle": "使用上述筛选,我们无法找到任何基准集成。",
|
||||
"xpack.csp.benchmarks.benchmarkSearchField.searchPlaceholder": "例如,基准名称",
|
||||
"xpack.csp.benchmarks.benchmarksPageHeader.addCisIntegrationButtonLabel": "添加 CIS 集成",
|
||||
"xpack.csp.benchmarks.benchmarksPageHeader.benchmarkIntegrationsTitle": "基准集成",
|
||||
"xpack.csp.benchmarks.benchmarksTable.activeRulesColumnTitle": "活动规则",
|
||||
"xpack.csp.benchmarks.benchmarksTable.agentPolicyColumnTitle": "代理策略",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue