Skip to content

Commit

Permalink
[7.x][ML] Changes the ML overview empty analytics panel text (#69804)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Jun 25, 2020
1 parent 9b61100 commit 0b23f8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const AnalyticsPanel: FC<Props> = ({ jobCreationDisabled }) => {
body={
<p>
{i18n.translate('xpack.ml.overview.analyticsList.emptyPromptText', {
defaultMessage: `Data frame analytics enable you to perform different analyses of your data and annotates it with the results. The job puts the annotated data and a copy of the source data in a new index.`,
defaultMessage: `Data frame analytics enables you to perform outlier detection, regression, or classification analysis on your data and annotates it with the results. The job puts the annotated data and a copy of the source data in a new index.`,
})}
</p>
}
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -10691,7 +10691,6 @@
"xpack.ml.newJob.wizard.validateJob.queryIsInvalidEsQuery": "データフィードクエリは有効な Elasticsearch クエリでなければなりません。",
"xpack.ml.overview.analyticsList.createFirstJobMessage": "最初のデータフレーム分析ジョブを作成",
"xpack.ml.overview.analyticsList.createJobButtonText": "ジョブを作成",
"xpack.ml.overview.analyticsList.emptyPromptText": "データフレーム分析は、様々なデータ分析を行い結果と共に注釈に追加することができます。ジョブは注釈付きデータと共に、ソースデータのコピーを新規インデックスに保存します。",
"xpack.ml.overview.analyticsList.errorPromptTitle": "データフレーム分析リストの取得中にエラーが発生しました。",
"xpack.ml.overview.analyticsList.id": "ID",
"xpack.ml.overview.analyticsList.manageJobsButtonText": "ジョブの管理",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -10695,7 +10695,6 @@
"xpack.ml.newJob.wizard.validateJob.queryIsInvalidEsQuery": "数据馈送查询必须是有效的 Elasticsearch 查询。",
"xpack.ml.overview.analyticsList.createFirstJobMessage": "创建您的首个数据帧分析作业",
"xpack.ml.overview.analyticsList.createJobButtonText": "创建作业",
"xpack.ml.overview.analyticsList.emptyPromptText": "数据帧分析允许您对数据执行不同的分析,并使用结果标注数据。该作业会将标注的数据以及源数据的副本置于新的索引中。",
"xpack.ml.overview.analyticsList.errorPromptTitle": "获取数据帧分析列表时发生错误。",
"xpack.ml.overview.analyticsList.id": "ID",
"xpack.ml.overview.analyticsList.manageJobsButtonText": "管理作业",
Expand Down

0 comments on commit 0b23f8f

Please sign in to comment.