Skip to content

Commit

Permalink
reindex page wording change (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>

Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am authored Jan 9, 2023
1 parent dc5318e commit 6ac9c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const ReindexAdvancedOptions = (props: ReindexOptionsProps) => {
isInvalid={!!sliceErr}
error={sliceErr}
label="Number of subtasks"
helpText="Specify how many subtasks you would like this operation divided into."
helpText="Specify the number of subtasks to divide this operation into."
>
<EuiFieldNumber
data-test-subj="slices"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Object {
class="euiFormHelpText euiFormRow__text"
style="padding-top: 0px; padding-bottom: 4px;"
>
Specify how many subtasks you would like this operation divided into.
Specify the number of subtasks to divide this operation into.
</div>
<div
class="euiFormControlLayout"
Expand Down Expand Up @@ -582,7 +582,7 @@ Object {
class="euiFormHelpText euiFormRow__text"
style="padding-top: 0px; padding-bottom: 4px;"
>
Specify how many subtasks you would like this operation divided into.
Specify the number of subtasks to divide this operation into.
</div>
<div
class="euiFormControlLayout"
Expand Down

0 comments on commit 6ac9c9d

Please sign in to comment.