Skip to content

Commit

Permalink
[8.x] [Ingest pipelines] Change copy text from copy to field in Set p…
Browse files Browse the repository at this point in the history
…rocessor (#205471) (#205495)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Ingest pipelines] Change copy text from copy to field in Set
processor (#205471)](#205471)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Sonia Sanz
Vivas","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-03T14:25:19Z","message":"[Ingest
pipelines] Change copy text from copy to field in Set processor
(#205471)\n\nPart of
https://github.com/elastic/kibana/issues/193186\n\n## Summary\nI got
some copy change request from docs team after submitting
this\n[PR](#204336) and I forgot
to add\nthose changes. Adding this PR as a
follow-up.","sha":"52cebed323ce056d0d8c472482d1b5648d429421","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana
Management","release_note:skip","v9.0.0","Feature:Ingest Node
Pipelines","backport:prev-minor"],"title":"[Ingest pipelines] Change
copy text from copy to field in Set
processor","number":205471,"url":"https://github.com/elastic/kibana/pull/205471","mergeCommit":{"message":"[Ingest
pipelines] Change copy text from copy to field in Set processor
(#205471)\n\nPart of
https://github.com/elastic/kibana/issues/193186\n\n## Summary\nI got
some copy change request from docs team after submitting
this\n[PR](#204336) and I forgot
to add\nthose changes. Adding this PR as a
follow-up.","sha":"52cebed323ce056d0d8c472482d1b5648d429421"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205471","number":205471,"mergeCommit":{"message":"[Ingest
pipelines] Change copy text from copy to field in Set processor
(#205471)\n\nPart of
https://github.com/elastic/kibana/issues/193186\n\n## Summary\nI got
some copy change request from docs team after submitting
this\n[PR](#204336) and I forgot
to add\nthose changes. Adding this PR as a
follow-up.","sha":"52cebed323ce056d0d8c472482d1b5648d429421"}}]}]
BACKPORT-->

Co-authored-by: Sonia Sanz Vivas <[email protected]>
  • Loading branch information
kibanamachine and SoniaSanzV authored Jan 3, 2025
1 parent 8d6fabe commit 84db72d
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 84db72d

Please sign in to comment.