Skip to content

Commit

Permalink
[ML] Modifies page title to Create job (elastic#70191)
Browse files Browse the repository at this point in the history
Changes Create data frame analytics job to Create job.
  • Loading branch information
szabosteve authored Jun 30, 2020
1 parent 606eb6b commit 43bfa4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ export const Page: FC<Props> = ({ jobId }) => {
{jobId === undefined && (
<FormattedMessage
id="xpack.ml.dataframe.analytics.creationPageTitle"
defaultMessage="Create analytics job"
defaultMessage="Create job"
/>
)}
{jobId !== undefined && (
<FormattedMessage
id="xpack.ml.dataframe.analytics.clone.creationPageTitle"
defaultMessage="Clone analytics job from {jobId}"
defaultMessage="Clone job from {jobId}"
values={{ jobId }}
/>
)}
Expand Down

0 comments on commit 43bfa4a

Please sign in to comment.