From be78f6d7118e279a13b2664ab2650a19c7bdd7ec Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Wed, 8 Apr 2020 12:32:18 +0200 Subject: [PATCH] Slight update to copy --- .../public/application/sections/pipelines_list/details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/details.tsx b/x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/details.tsx index 66353d81d9314..2377fbe3d3a1d 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/details.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/details.tsx @@ -53,7 +53,7 @@ export const PipelineDetails: FunctionComponent = ({ descriptionListItems.push({ title: i18n.translate('xpack.ingestPipelines.list.pipelineDetails.processorsTitle', { - defaultMessage: 'Processors', + defaultMessage: 'Processors JSON', }), // We use this title from the description list and display the processors in a code block underneath description: '',