Skip to content

Commit

Permalink
Shortens helper text for fields in advanced settings for transforms (#…
Browse files Browse the repository at this point in the history
…135711) (#135787)

(cherry picked from commit 57e70cf)

Co-authored-by: István Zoltán Szabó <[email protected]>
  • Loading branch information
kibanamachine and szabosteve authored Jul 6, 2022
1 parent 77e7069 commit 12341eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ export const StepDetailsForm: FC<StepDetailsFormProps> = React.memo(
}
helpText={i18n.translate('xpack.transform.stepDetailsForm.frequencyHelpText', {
defaultMessage:
'The interval between checks for changes in the source indices when the transform is running continuously. Also determines the retry interval in the event of transient failures while the transform is searching or indexing. The minimum value is 1s and the maximum is 1h.',
'The interval to check for changes in source indices when the transformation runs continuously.',
})}
>
<EuiFieldText
Expand Down Expand Up @@ -814,7 +814,7 @@ export const StepDetailsForm: FC<StepDetailsFormProps> = React.memo(
'xpack.transform.stepDetailsForm.maxPageSearchSizeHelpText',
{
defaultMessage:
'Defines the initial page size to use for the composite aggregation for each checkpoint.',
'The initial page size to use for the composite aggregation for each checkpoint.',
}
)}
>
Expand Down

0 comments on commit 12341eb

Please sign in to comment.