mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
8f01c3032c
commit
52cebed323
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue