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 ec996d2a0a332..63fdc5afa244d 100644 --- a/x-pack/platform/plugins/private/translations/translations/fr-FR.json +++ b/x-pack/platform/plugins/private/translations/translations/fr-FR.json @@ -32125,7 +32125,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 2cdc38dc0fa5e..e0355e533ba66 100644 --- a/x-pack/platform/plugins/private/translations/translations/ja-JP.json +++ b/x-pack/platform/plugins/private/translations/translations/ja-JP.json @@ -32101,7 +32101,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 66ecbbaca3bac..e63002cec2431 100644 --- a/x-pack/platform/plugins/private/translations/translations/zh-CN.json +++ b/x-pack/platform/plugins/private/translations/translations/zh-CN.json @@ -32162,7 +32162,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', })} >