Skip to content

Commit

Permalink
fix copy variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Jul 13, 2021
1 parent 26c6933 commit ee6d096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const seedValidator = {
than: SEED_MIN_VALUE,
allowEquality: true,
message: i18n.translate('xpack.ingestPipelines.pipelineEditor.communityId.seedMinNumberError', {
defaultMessage: `This number must be equals or greater than {SEED_MIN_VALUE}.`,
defaultMessage: `This number must be equals or greater than {minValue}.`,
values: { minValue: SEED_MIN_VALUE },
}),
}),
Expand Down

0 comments on commit ee6d096

Please sign in to comment.