Skip to content

Commit

Permalink
Changes Create data frame analytics job to Create job.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Jun 30, 2020
1 parent 18ccf8d commit 2287c22
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 data frame analytics job"
defaultMessage="Create job"
/>
)}
{jobId !== undefined && (
<FormattedMessage
id="xpack.ml.dataframe.analytics.clone.creationPageTitle"
defaultMessage="Clone data frame analytics job from {jobId}"
defaultMessage="Clone job from {jobId}"
values={{ jobId }}
/>
)}
Expand Down

0 comments on commit 2287c22

Please sign in to comment.