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: '',