Skip to content

Commit

Permalink
[ML] Fixing job ID in edit job flyout (#61840)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
jgowdyelastic and elasticmachine authored Mar 31, 2020
1 parent d78711b commit 0033e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export class EditJobFlyoutUI extends Component {
<FormattedMessage
id="xpack.ml.jobsList.editJobFlyout.pageTitle"
defaultMessage="Edit {jobId}"
values={{ jobId: job.id }}
values={{ jobId: job.job_id }}
/>
</h2>
</EuiTitle>
Expand Down

0 comments on commit 0033e04

Please sign in to comment.