Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 87800e1

Browse files
committed
some wording adjustments
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 52cc3e7 commit 87800e1

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

src/routes/ProjectDetail/AugmentationOption/AugmentCustomMethodTrigger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const SelectedParamText = function ({
5656
noWrap
5757
sx={limitTooLongLineStyle}
5858
>
59-
Select your param value(s)
59+
Select your parameter value(s)
6060
</Typography>
6161
);
6262
};

src/routes/ProjectDetail/AugmentationOption/ExpertAugmentationOption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const ExpertAugmentationOption = function () {
179179
error={!!isAbleToRunAgumentationError && !isSelectedMethods}
180180
helperText={
181181
!!isAbleToRunAgumentationError && !isSelectedMethods
182-
? "Please select method!"
182+
? "Please select at least one method!"
183183
: ""
184184
}
185185
// sx={{ border: "red" }}

src/routes/ProjectDetail/PreprocessingOption/ExpertPreprocessOption.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const ExpertPreprocessingOption = function () {
207207
Run
208208
</MyButton>
209209
<Typography fontWeight={500} ml={1}>
210-
Generate the reference images
210+
Generate the Reference Images
211211
</Typography>
212212
<InfoTooltip
213213
sx={{ ml: 1 }}
@@ -240,7 +240,7 @@ const ExpertPreprocessingOption = function () {
240240
error={!!isAbleToRunPreprocessError && !isSelectedMethods}
241241
helperText={
242242
!!isAbleToRunPreprocessError && !isSelectedMethods
243-
? "Please select method!"
243+
? "Please select at least one method!"
244244
: ""
245245
}
246246
label="Method"

src/routes/TaskDashboard/TaskViewer/TaskTableAction/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ function TaskTableActionWithAction({
5353
content: (
5454
<Box lineHeight={1.5}>
5555
<Typography>
56-
Your old files in PREPROCESS will be deleted. Are you OK with the
57-
CANCEL?
56+
If you stop this service, all data already processed will be lost. Do you still want to CANCEL?
5857
</Typography>
5958
</Box>
6059
),
@@ -87,7 +86,7 @@ function TaskTableActionWithAction({
8786
triggerPresignedURLDownload(presign_url, project_id);
8887
} else {
8988
toast.error(
90-
"Your download link has expired. Please, generate a new one."
89+
"Your download link has expired. Please generate a new one."
9190
);
9291
}
9392
})

src/sagas/customMethod.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function* handleGenerateReferenceImages(action: {
6060
>
6161
&quot;My Tasks&quot;
6262
</a>{" "}
63-
for the details
63+
for the details.
6464
</Typography>
6565
</Box>
6666
),

src/sagas/uploadSaga.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function* handleUploadZipFile(action: {
335335
if (uploadedFile + failAndInvalidFileCount >= totalUploadFile) {
336336
yield put(
337337
alertGoToTaskDashboard({
338-
message: `Uploading of the ZIP file has been started successfully. Please wait a moment until we unzip the file. You can check the status under "My Tasks"`,
338+
message: `Uploading of the ZIP file has been started successfully. Please wait a moment until we unzip the file. You can check the status under "My Tasks".`,
339339
projectId,
340340
})
341341
);

0 commit comments

Comments
 (0)