Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Changes View results button text on new job page #69809

Merged
merged 2 commits into from
Jun 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ export const CreateResultCallout: FC<CreateResultCalloutProps> = memo(
fill={true}
href={resultsUrl}
aria-label={i18n.translate('xpack.ml.newJob.recognize.viewResultsAriaLabel', {
defaultMessage: 'View Results',
defaultMessage: 'View results',
})}
>
<FormattedMessage
id="xpack.ml.newJob.recognize.viewResultsLinkText"
defaultMessage="View Results"
defaultMessage="View results"
/>
</EuiButton>
</EuiFlexItem>
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -10464,8 +10464,6 @@
"xpack.ml.newJob.recognize.useDedicatedIndexLabel": "専用インデックスを使用",
"xpack.ml.newJob.recognize.useFullDataLabel": "完全な {indexPatternTitle} データを使用",
"xpack.ml.newJob.recognize.usingSavedSearchDescription": "保存検索を使用すると、データフィードで使用されるクエリが、{moduleId} モジュールでデフォルトで提供されるものと異なるものになります。",
"xpack.ml.newJob.recognize.viewResultsAriaLabel": "結果を表示",
"xpack.ml.newJob.recognize.viewResultsLinkText": "結果を表示",
"xpack.ml.newJob.recognize.visualizationsLabel": "ビジュアライゼーション",
"xpack.ml.newJob.simple.createWatchView.emailAddressPlaceholder": "メールアドレス",
"xpack.ml.newJob.simple.createWatchView.nowLabel": "今 - {selectInterval}",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -10468,8 +10468,6 @@
"xpack.ml.newJob.recognize.useDedicatedIndexLabel": "使用专用索引",
"xpack.ml.newJob.recognize.useFullDataLabel": "使用完整的 {indexPatternTitle} 数据",
"xpack.ml.newJob.recognize.usingSavedSearchDescription": "使用已保存搜索意味着在数据馈送中使用的查询会与我们在 {moduleId} 模块中提供的默认查询不同。",
"xpack.ml.newJob.recognize.viewResultsAriaLabel": "查看结果",
"xpack.ml.newJob.recognize.viewResultsLinkText": "查看结果",
"xpack.ml.newJob.recognize.visualizationsLabel": "可视化",
"xpack.ml.newJob.simple.createWatchView.emailAddressPlaceholder": "电子邮件地址",
"xpack.ml.newJob.simple.createWatchView.nowLabel": "立即 - {selectInterval}",
Expand Down