Skip to content

Commit

Permalink
[ML] Add warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 17, 2020
1 parent 371e1c9 commit 6a39e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class ValidateJobUI extends Component {
id: 'job_validation_skipped',
text: i18n.translate('xpack.ml.validateJob.jobValidationSkippedText', {
defaultMessage:
'Job validation could not be run because of insufficient sample data.',
'Job validation could not be run because of insufficient sample data. Please be aware the this job may encounter problems when running.',
}),
status: VALIDATION_STATUS.WARNING,
},
Expand Down

0 comments on commit 6a39e2a

Please sign in to comment.