From d46397f6f053d3b3d0b8db9bdf4cbc3e3c1de8f4 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Mon, 9 Jan 2023 14:32:20 +0800 Subject: [PATCH] wording change Signed-off-by: Hailong Cui --- .../ReindexAdvancedOptions/ReindexAdvancedOptions.tsx | 2 +- .../__snapshots__/ReindexAdvancedOptions.test.tsx.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.