Skip to content

Commit

Permalink
[Enterprise Search] improve pipelines curl (#143397)
Browse files Browse the repository at this point in the history
Updated the copy for the pipeline curl request to make it clearer what
the request is for.
  • Loading branch information
TattdCodeMonkey authored Oct 14, 2022
1 parent 6fd382e commit 73069ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const IngestPipelineModal: React.FC<IngestPipelineModalProps> = ({
{i18n.translate(
'xpack.enterpriseSearch.content.index.pipelines.ingestModal.curlHeader',
{
defaultMessage: 'Sample cURL request',
defaultMessage: 'Sample cURL request to ingest a document',
}
)}
</strong>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const IngestPipelinesCard: React.FC = () => {
data-telemetry-id={`entSearchContent-${ingestionMethod}-pipelines-ingestPipelines-viewCurlRequest`}
buttonContent={i18n.translate(
'xpack.enterpriseSearch.content.indices.pipelines.ingestPipelinesCard.accordion.label',
{ defaultMessage: 'View sample cURL request' }
{ defaultMessage: 'Ingest a document using cURL' }
)}
id="ingestPipelinesCurlAccordion"
>
Expand Down

0 comments on commit 73069ec

Please sign in to comment.