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 (elastic#205471)

Part of elastic#193186

## Summary
I got some copy change request from docs team after submitting this
[PR](elastic#204336) and I forgot to add
those changes. Adding this PR as a follow-up.
  • Loading branch information
SoniaSanzV authored and kowalczyk-krzysztof committed Jan 7, 2025
1 parent 61bde76 commit 5a1e484
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 5a1e484

Please sign in to comment.