diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/community_id.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/community_id.tsx index 7839ce7a6e8f86..c1c34ad82e3c85 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/community_id.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/community_id.tsx @@ -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 }, }), }),