We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0504325 commit 69950a7Copy full SHA for 69950a7
1 file changed
x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/page.tsx
@@ -149,13 +149,13 @@ export const Page: FC<Props> = ({ jobId }) => {
149
{jobId === undefined && (
150
<FormattedMessage
151
id="xpack.ml.dataframe.analytics.creationPageTitle"
152
- defaultMessage="Create data frame analytics job"
+ defaultMessage="Create job"
153
/>
154
)}
155
{jobId !== undefined && (
156
157
id="xpack.ml.dataframe.analytics.clone.creationPageTitle"
158
- defaultMessage="Clone data frame analytics job from {jobId}"
+ defaultMessage="Clone job from {jobId}"
159
values={{ jobId }}
160
161
0 commit comments