Skip to content

Commit

Permalink
Fix enrich max fields help text copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 20, 2020
1 parent 6ecf830 commit 5718f77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const fieldsConfig: FieldsConfig = {
'xpack.ingestPipelines.pipelineEditor.enrichForm.maxMatchesFieldHelpText',
{
defaultMessage:
'The maximum number of matched documents to include under the configured target field. The target_field will be turned into a json array if max_matches is higher than 1, otherwise target_field will become a json object. Accepts numbers are 1 up to 128.',
'The maximum number of matched documents to include under the configured target field. The target_field will be turned into a json array if max_matches is higher than 1, otherwise target_field will become a json object. Accepts numbers 1 up to 128.',
}
),
validations: [
Expand Down

0 comments on commit 5718f77

Please sign in to comment.