[Cloud Security] Fixed text for cloud dashboard benchmark section (#153251)

This commit is contained in:
Jordan 2023-03-17 18:51:30 -04:00 committed by GitHub
parent e2ddf6123c
commit 97e40b697d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View file

@ -195,7 +195,13 @@ export const BenchmarksSection = ({
}
viewAllButtonTitle={i18n.translate(
'xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle',
{ defaultMessage: 'View all failed findings for this cluster' }
{
defaultMessage: 'View all failed findings for this {postureAsset}',
values: {
postureAsset:
dashboardType === CSPM_POLICY_TEMPLATE ? 'cloud account' : 'cluster',
},
}
)}
onViewAllClick={() => navToFailedFindingsByCluster(cluster)}
/>

View file

@ -10036,7 +10036,6 @@
"xpack.csp.dashboard.benchmarkSection.manageRulesButton": "Gérer les règles",
"xpack.csp.dashboard.cspPageTemplate.pageTitle": "Niveau du cloud",
"xpack.csp.dashboard.risksTable.cisSectionColumnLabel": "Section CIS",
"xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle": "Afficher tous les échecs des résultats pour ce cluster",
"xpack.csp.dashboard.risksTable.complianceColumnLabel": "Conformité",
"xpack.csp.dashboard.risksTable.viewAllButtonTitle": "Afficher tous les échecs des résultats",
"xpack.csp.dashboard.summarySection.complianceByCisSectionPanelTitle": "Conformité par section CIS",

View file

@ -10025,7 +10025,6 @@
"xpack.csp.dashboard.benchmarkSection.manageRulesButton": "ルールの管理",
"xpack.csp.dashboard.cspPageTemplate.pageTitle": "クラウド態勢",
"xpack.csp.dashboard.risksTable.cisSectionColumnLabel": "CISセクション",
"xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle": "このクラスターの失敗した調査結果をすべて表示",
"xpack.csp.dashboard.risksTable.complianceColumnLabel": "コンプライアンス",
"xpack.csp.dashboard.risksTable.viewAllButtonTitle": "すべてのフィールド調査結果を表示",
"xpack.csp.dashboard.summarySection.complianceByCisSectionPanelTitle": "CISセクション別のコンプライアンス",

View file

@ -10040,7 +10040,6 @@
"xpack.csp.dashboard.benchmarkSection.manageRulesButton": "管理规则",
"xpack.csp.dashboard.cspPageTemplate.pageTitle": "云态势",
"xpack.csp.dashboard.risksTable.cisSectionColumnLabel": "CIS 部分",
"xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle": "查看此集群的所有失败结果",
"xpack.csp.dashboard.risksTable.complianceColumnLabel": "合规性",
"xpack.csp.dashboard.risksTable.viewAllButtonTitle": "查看所有失败的结果",
"xpack.csp.dashboard.summarySection.complianceByCisSectionPanelTitle": "合规性(按 CIS 部分)",