[Ingest pipelines] Change copy text from copy to field in Set processor (#205471)

Part of https://github.com/elastic/kibana/issues/193186

## Summary
I got some copy change request from docs team after submitting this
[PR](https://github.com/elastic/kibana/pull/204336) and I forgot to add
those changes. Adding this PR as a follow-up.
This commit is contained in:
Sonia Sanz Vivas 2025-01-03 15:25:19 +01:00 committed by GitHub
parent 8f01c3032c
commit 52cebed323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>,