Skip to content

Commit

Permalink
[Ingest pipelines] Change copy text from copy to field in Set process…
Browse files Browse the repository at this point in the history
…or (#205471)

Part of #193186

## Summary
I got some copy change request from docs team after submitting this
[PR](#204336) and I forgot to add
those changes. Adding this PR as a follow-up.
  • Loading branch information
SoniaSanzV authored Jan 3, 2025
1 parent 8f01c30 commit 52cebed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const fieldsConfig: FieldsConfig = {
helpText: (
<FormattedMessage
id="xpack.ingestPipelines.pipelineEditor.setForm.enablingCopydHelpText"
defaultMessage="Define fields to copy into {field} insted of defining {value}."
defaultMessage="Specify fields to copy into {field} instead of setting a {value}."
values={{
field: <EuiCode>{'Field'}</EuiCode>,
value: <EuiCode>{'Value'}</EuiCode>,
Expand Down

0 comments on commit 52cebed

Please sign in to comment.