Skip to content

Commit

Permalink
[ML] Fix text.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 16, 2020
1 parent 8b7b876 commit 1d06c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/common/constants/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const getMessages = once(() => {
text: i18n.translate(
'xpack.ml.models.jobValidation.messages.cardinalityFieldNotExistsMessage',
{
defaultMessage: `Cardinality checks could not be run for field {fieldName}. The query to validate field didn't return any documents.`,
defaultMessage: `Cardinality checks could not be run for field {fieldName}. The query to validate the field didn't return any documents.`,
values: {
fieldName: '"{{fieldName}}"',
},
Expand Down

0 comments on commit 1d06c6a

Please sign in to comment.