Skip to content

Commit

Permalink
updating text
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Feb 9, 2021
1 parent 805e0c4 commit 1d17882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const JobsAwaitingNodeWarning: FC<Props> = ({ jobCount }) => {
<div>
<FormattedMessage
id="xpack.ml.jobsAwaitingNodeWarning.noMLNodesAvailableDescription"
defaultMessage="There {jobCount, plural, one {is} other {are}} {jobCount, plural, one {# job} other {# jobs}} waiting to be started while ML nodes are being provisioned."
defaultMessage="There {jobCount, plural, one {is} other {are}} {jobCount, plural, one {# job} other {# jobs}} waiting for machine learning nodes to start."
values={{
jobCount,
}}
Expand Down

0 comments on commit 1d17882

Please sign in to comment.