Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reindex page wording change #554

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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