From 32228bc60e0196305d38bf71383781c155c398a0 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Thu, 3 Sep 2020 11:28:59 +0200 Subject: [PATCH] fix i18n --- .../components/manage_processor_form/processors/grok.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/grok.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/grok.tsx index 3e21f6fb24191..290245f434e92 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/grok.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/grok.tsx @@ -28,7 +28,7 @@ const { isJsonField } = fieldValidators; const i18nTexts = { addPatternLabel: i18n.translate( - 'xpack.ingestPipelines.pipelineEditor.grokForm.patternsFieldLabel', + 'xpack.ingestPipelines.pipelineEditor.grokForm.patternsAddPatternLabel', { defaultMessage: 'Add pattern' } ), };