Skip to content

Commit

Permalink
[ML] Adding missing index pattern name to new job wizards (#72400) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Jul 20, 2020
1 parent b3688f8 commit e0b808a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ export const Page: FC<PageProps> = ({ existingJobsAndGroups, jobType }) => {
: {jobCreatorTitle}
</h1>
</EuiTitle>

<FormattedMessage
id="xpack.ml.newJob.page.createJob.indexPatternTitle"
defaultMessage="Using index pattern {index}"
values={{ index: jobCreator.indexPatternTitle }}
/>
</EuiPageContentHeaderSection>
</EuiPageContentHeader>

Expand Down

0 comments on commit e0b808a

Please sign in to comment.