diff --git a/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx b/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx index d009b095f..51c811875 100644 --- a/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx +++ b/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx @@ -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." > - Specify how many subtasks you would like this operation divided into. + Specify the number of subtasks to divide this operation into.
- Specify how many subtasks you would like this operation divided into. + Specify the number of subtasks to divide this operation into.