diff --git a/x-pack/platform/plugins/private/translations/translations/fr-FR.json b/x-pack/platform/plugins/private/translations/translations/fr-FR.json index 0545eaa1100ca..58d4326a57174 100644 --- a/x-pack/platform/plugins/private/translations/translations/fr-FR.json +++ b/x-pack/platform/plugins/private/translations/translations/fr-FR.json @@ -31419,7 +31419,6 @@ "xpack.ml.overview.anomalyDetection.viewJobsActionName": "Afficher les tâches", "xpack.ml.overview.anomalyDetection.viewResultsActionName": "Afficher dans l’Explorateur d'anomalies", "xpack.ml.overview.dataFrameAnalytics.jobContextMenu.details": "Détails de la tâche", - "xpack.ml.overview.nodesPanel.ariaLabel": "panneau d'aperçu", "xpack.ml.overview.nodesPanel.header": "Nœuds", "xpack.ml.overview.nodesPanel.totalNodesLabel": "Total", "xpack.ml.overview.nodesPanel.viewNodeLink": "Afficher les nœuds", diff --git a/x-pack/platform/plugins/private/translations/translations/ja-JP.json b/x-pack/platform/plugins/private/translations/translations/ja-JP.json index 67ccd4db4e8fe..43efd4c488e1e 100644 --- a/x-pack/platform/plugins/private/translations/translations/ja-JP.json +++ b/x-pack/platform/plugins/private/translations/translations/ja-JP.json @@ -31394,7 +31394,6 @@ "xpack.ml.overview.anomalyDetection.viewJobsActionName": "ジョブを表示", "xpack.ml.overview.anomalyDetection.viewResultsActionName": "異常エクスプローラーで表示", "xpack.ml.overview.dataFrameAnalytics.jobContextMenu.details": "ジョブの詳細", - "xpack.ml.overview.nodesPanel.ariaLabel": "概要パネル", "xpack.ml.overview.nodesPanel.header": "ノード", "xpack.ml.overview.nodesPanel.totalNodesLabel": "合計", "xpack.ml.overview.nodesPanel.viewNodeLink": "ノードの表示", diff --git a/x-pack/platform/plugins/private/translations/translations/zh-CN.json b/x-pack/platform/plugins/private/translations/translations/zh-CN.json index 949385ffb3380..4795972f5e9f9 100644 --- a/x-pack/platform/plugins/private/translations/translations/zh-CN.json +++ b/x-pack/platform/plugins/private/translations/translations/zh-CN.json @@ -31454,7 +31454,6 @@ "xpack.ml.overview.anomalyDetection.viewJobsActionName": "查看作业", "xpack.ml.overview.anomalyDetection.viewResultsActionName": "在 Anomaly Explorer 中查看", "xpack.ml.overview.dataFrameAnalytics.jobContextMenu.details": "作业详情", - "xpack.ml.overview.nodesPanel.ariaLabel": "概览面板", "xpack.ml.overview.nodesPanel.header": "节点", "xpack.ml.overview.nodesPanel.totalNodesLabel": "合计", "xpack.ml.overview.nodesPanel.viewNodeLink": "查看节点", diff --git a/x-pack/platform/plugins/shared/ml/public/application/overview/overview_page.tsx b/x-pack/platform/plugins/shared/ml/public/application/overview/overview_page.tsx index 57e453b15af73..8e25000cf4984 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/overview/overview_page.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/overview/overview_page.tsx @@ -113,7 +113,7 @@ export const OverviewPage: FC = () => { , ]} ariaLabel={i18n.translate('xpack.ml.overview.nodesPanel.ariaLabel', { - defaultMessage: 'overview panel', + defaultMessage: 'Nodes panel', })} >