Skip to content

Commit 169a023

Browse files
authored
[Cherry-Pick-Main][UI][SDL-5847] fixed text and containers variable misspellings (#50)
1 parent fd4be5a commit 169a023

File tree

55 files changed

+125
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+125
-125
lines changed

src/ui/src/components/CaptureImportForm/CaptureImportFormImport.jsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import UploadFile from "components/FormElements/UploadFile";
2727

2828
import { useTranslation } from "react-i18next";
2929

30-
import { getFileExtention, getFileName } from "utils";
30+
import { getFileExtension, getFileName } from "utils";
3131
import { IconButtonRounded } from "components/UIButtons";
3232
import useStyles from "./PipelineImportStyles";
3333

@@ -51,11 +51,11 @@ const CaptureImportFormImport = ({ captureNames, onSubmit, errorUpload }) => {
5151
const errorCaptureNames = useMemo(() => {
5252
if (!_.isEmpty(uploadedFileNameList)) {
5353
return uploadedFileNameList.reduce((acc, [id, name]) => {
54-
const ext = getFileExtention(name);
54+
const ext = getFileExtension(name);
5555

5656
if (!ext || !ALLOWED_EXT_LIST.includes(ext)) {
57-
acc[id] = t("capture-form-import.error-capture-name-extention", {
58-
extentions: _.join(ALLOWED_EXT_LIST, ", "),
57+
acc[id] = t("capture-form-import.error-capture-name-extension", {
58+
extension: _.join(ALLOWED_EXT_LIST, ", "),
5959
});
6060
}
6161
if (captureNames.map((_name) => getLowerFileName(_name)).includes(getLowerFileName(name))) {

src/ui/src/components/CaptureLabelsTable/CaptureLabelsTable.jsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,23 +124,23 @@ const CaptureLabelsTable = ({
124124
return true;
125125
}
126126
if (start > end) {
127-
setLabelFormValidationError(t("label-table.lalel-form-error-stat-greater-end"));
127+
setLabelFormValidationError(t("label-table.label-form-error-stat-greater-end"));
128128
return false;
129129
}
130130
if (start < 0) {
131-
setLabelFormValidationError(t("label-table.lalel-form-error-stat-less-0"));
131+
setLabelFormValidationError(t("label-table.label-form-error-stat-less-0"));
132132
return false;
133133
}
134134
if (end > selectedCapture.max_sequence) {
135-
setLabelFormValidationError(t("label-table.lalel-form-error-end-greater-max"));
135+
setLabelFormValidationError(t("label-table.label-form-error-end-greater-max"));
136136
return false;
137137
}
138138
if (
139139
labels.data.find(
140140
(label) => label.start === start && label.end === end && label.id !== selectedLabel,
141141
)
142142
) {
143-
setLabelFormValidationError(t("label-table.lalel-form-error-dublicates"));
143+
setLabelFormValidationError(t("label-table.label-form-error-duplicates"));
144144
return false;
145145
}
146146
return true;

src/ui/src/components/ControlPanel/ControlPanel.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const ControlPanel = ({
5959
onClickBack,
6060
onShowInformation,
6161
actionsBtns,
62-
turncateLenght = 0,
62+
truncateLength = 0,
6363
}) => {
6464
const classes = useStyles();
6565

@@ -78,7 +78,7 @@ const ControlPanel = ({
7878
</IconButtonRounded>
7979
) : null}
8080
<Typography variant={"h2"} classes={{ root: classes.titleRoot }}>
81-
{title && filterTruncateMiddle(title, turncateLenght)}
81+
{title && filterTruncateMiddle(title, truncateLength)}
8282
{onShowInformation ? (
8383
<IconButton onClick={onShowInformation}>
8484
<InfoOutlinedIcon color="primary" />

src/ui/src/components/DialogModel/DialogModelRename.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const DialogModalRename = ({
7070
);
7171

7272
if (!newModelName) {
73-
setError(t("dialog-rename-models-error-requaried"));
73+
setError(t("dialog-rename-models-error-required"));
7474
return;
7575
}
7676

src/ui/src/components/FeatureVectorChart/FeatureVectorChart.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const FeatureVectorChart = ({
3434
isFetchingFeatureVectorData,
3535
onSelectSegmemts,
3636
labelColumn = "Label",
37-
movelClassesDown = false,
37+
moveClassesDown = false,
3838
classes = [],
3939
}) => {
4040
const { t } = useTranslation("components");
@@ -125,7 +125,7 @@ const FeatureVectorChart = ({
125125
>
126126
<Paper elevation={0}>
127127
<Box p={2}>
128-
{!movelClassesDown ? (
128+
{!moveClassesDown ? (
129129
<Stack mb={2}>
130130
<ClassSelector />
131131
</Stack>
@@ -188,7 +188,7 @@ const FeatureVectorChart = ({
188188
fetchingText={t("feature-vector-chart.fetching-text")}
189189
maxChartSize={500}
190190
/>
191-
{movelClassesDown ? (
191+
{moveClassesDown ? (
192192
<Stack mb={2}>
193193
<ClassSelector />
194194
</Stack>

src/ui/src/components/FormElements/InputArray.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const InputArrayForm = ({
9292
if (minElements && maxElements && minElements === maxElements) {
9393
setLimitHelperText(t("array-field.helper-text-limit-equal", { minElements, maxElements }));
9494
} else if (minElements && maxElements) {
95-
setLimitHelperText(t("array-field.helper-text-limit-beetween", { minElements, maxElements }));
95+
setLimitHelperText(t("array-field.helper-text-limit-between", { minElements, maxElements }));
9696
} else if (maxElements) {
9797
setLimitHelperText(t("array-field.helper-text-limit-max", { maxElements }));
9898
} else if (minElements) {

src/ui/src/components/FormElements/InputArrayNumber.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const InputArrayNumber = ({ onChange, range, isFloat, ...restProps }) => {
5656
}
5757
if (notInRangeVals?.length) {
5858
setValidationError(
59-
t("array-field.errot-out-of-range", {
59+
t("array-field.error-out-of-range", {
6060
values: _.join(notInRangeVals, ", "),
6161
startRange,
6262
endRange,

src/ui/src/components/Layout/NavDrawerAccountSettings.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const MenuItems = [
5757
id: "subscriptions",
5858
orderIndex: 1,
5959
iconfn: (iconProps) => <AccountBalanceWalletOutlinedIcon {...iconProps} />,
60-
getPath: () => ROUTES.ACCOUNT_SETTINGS.child.ACCOUNT_SUBCRIPTIONS.path,
60+
getPath: () => ROUTES.ACCOUNT_SETTINGS.child.ACCOUNT_SUBSCRIPTIONS.path,
6161
},
6262
{
6363
title: "API Keys",

src/ui/src/components/ModelControlPanel/ModelControlPanel.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const ModelControlPanel = ({
6868
: t("model-select.control-panel-change", { modelName: modelData?.name })
6969
}
7070
onClickBack={isShortBtnText ? null : handleSwitchModel}
71-
turncateLenght={
71+
truncateLength={
7272
isShortBtnText ? RESPONSIVE.TRUNCATE_NAME_OVER_SHORT_TEXT : RESPONSIVE.TRUNCATE_NAME_OVER
7373
}
7474
actionsBtns={

src/ui/src/components/PipelineBuilderV1/DrawerNewStep.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const DrawerNewStep = ({
134134
))}
135135
</Select>
136136
{isNewStepNameError ? (
137-
<FormHelperText>{t("model-builder.drawer-new-error-error-requaried")}</FormHelperText>
137+
<FormHelperText>{t("model-builder.drawer-new-error-error-required")}</FormHelperText>
138138
) : null}
139139
</FormControl>
140140
) : null}

src/ui/src/components/PipelineBuilderV1/PipelineBuilder.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ const PipelineBuilder = ({
652652
});
653653

654654
if (data?.results && downloadingCache) {
655-
// remove all extentions
655+
// remove all extension
656656
fileDownload(
657657
JSON.stringify(data.results),
658658
`${pipelineData?.name}.${stepName}.cache.${indexPage}.json`,

src/ui/src/components/PipelineBuilderV1/PipelineFormStepsFactory/FormTransformMultiSelect.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const FormTransformMultiSelect = ({ inputData, onClose, onSubmit, onShowInfo })
143143
color="primary"
144144
onClick={(_e) => handleShowAddTransformForm(true)}
145145
>
146-
{t("model-builder.dradrawerwe-edit-step-add-btn")}
146+
{t("model-builder.drawer-edit-step-add-btn")}
147147
</Button>
148148
</Box>
149149
) : null}

src/ui/src/components/PipelineStepDrawerStatistic/PipelineStepDrawerStatistic.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const PipelineStepDrawerStatistic = ({
170170
classes={labelValues}
171171
selectLabelColorHashMap={selectLabelValuesColors}
172172
isFetchingFeatureVectorData={_.isEmpty(featureVectorData)}
173-
movelClassesDown
173+
moveClassesDown
174174
/>
175175
) : null}
176176
</>

src/ui/src/components/UIChartsD3/LineChartSegmentsWGL/indeRedrawLines.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const LineChartSegments = ({
4444
segmentData,
4545
newSegment,
4646
editingSegment,
47-
onSementMove,
47+
onSegmentMove,
4848
onNewSegmentMove,
4949
onSetEditedSegment,
5050
}) => {
@@ -143,7 +143,7 @@ const LineChartSegments = ({
143143
const handleSegmentChanges = (evt, id) => {
144144
if (evt.selection) {
145145
const [start, end] = invertSelection(evt.selection);
146-
onSementMove(start, end, id);
146+
onSegmentMove(start, end, id);
147147
}
148148
};
149149

@@ -441,12 +441,12 @@ const LineChartSegments = ({
441441
};
442442

443443
LineChartSegments.propTypes = {
444-
onSementMove: PropTypes.func,
444+
onSegmentMove: PropTypes.func,
445445
segmentData: PropTypes.array.isRequired,
446446
};
447447

448448
LineChartSegments.defaultProps = {
449-
onSementMove: () => {},
449+
onSegmentMove: () => {},
450450
};
451451

452452
export default LineChartSegments;

src/ui/src/components/UIChartsD3/LineChartSegmentsWGL/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const LineChartSegments = ({
6666
segmentData,
6767
newSegment,
6868
editingSegment,
69-
onSementMove,
69+
onSegmentMove,
7070
onNewSegmentMove,
7171
onSetEditedSegment,
7272
audioFileSampleRate = 16000,
@@ -162,7 +162,7 @@ const LineChartSegments = ({
162162
const handleSegmentChanges = (evt, id) => {
163163
if (evt.selection) {
164164
const [start, end] = invertSelection(evt.selection);
165-
onSementMove(start, end, id);
165+
onSegmentMove(start, end, id);
166166
}
167167
};
168168

@@ -660,12 +660,12 @@ const LineChartSegments = ({
660660
};
661661

662662
LineChartSegments.propTypes = {
663-
onSementMove: PropTypes.func,
663+
onSegmentMove: PropTypes.func,
664664
segmentData: PropTypes.array.isRequired,
665665
};
666666

667667
LineChartSegments.defaultProps = {
668-
onSementMove: () => {},
668+
onSegmentMove: () => {},
669669
};
670670

671671
export default LineChartSegments;

src/ui/src/containers/AccountSettings/TheAccountSettings.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const TheAccountSettings = () => {
7070
<TheAccountInfo />
7171
</RouterProxyAppMain>
7272
</Route>
73-
<Route exact path={ROUTES.ACCOUNT_SETTINGS.child.ACCOUNT_SUBCRIPTIONS.path}>
73+
<Route exact path={ROUTES.ACCOUNT_SETTINGS.child.ACCOUNT_SUBSCRIPTIONS.path}>
7474
<RouterProxyAppMain>
7575
<TheAccountSubscription />
7676
</RouterProxyAppMain>

src/ui/src/containers/BuildModel/TheClassificationScreen/TheClassificationScreen.jsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ import { ROUTES } from "routers";
4141
import { RUNNING_STATUSES } from "consts";
4242
import { EXECUTION_TYPES, PIPELINE_STEP_TYPES } from "store/autoML/const";
4343

44-
import PipelineBuilderClassification from "../componets/PipelineBuilderClassification";
45-
import TableAutoSenseMetrics from "../componets/TableAutoSenseMetrics";
46-
import TableIterationMetrics from "../componets/TableIterationMetrics";
47-
import QueryCacheAlertMessage from "../componets/QueryCacheAlertMessage";
48-
import PipelineBuilderAlertMessage from "../componets/PipelineBuilderAlertMessage";
49-
import BuilderPipelinePanel from "../componets/BuilderPipelinePanel";
44+
import PipelineBuilderClassification from "../components/PipelineBuilderClassification";
45+
import TableAutoSenseMetrics from "../components/TableAutoSenseMetrics";
46+
import TableIterationMetrics from "../components/TableIterationMetrics";
47+
import QueryCacheAlertMessage from "../components/QueryCacheAlertMessage";
48+
import PipelineBuilderAlertMessage from "../components/PipelineBuilderAlertMessage";
49+
import BuilderPipelinePanel from "../components/BuilderPipelinePanel";
5050

5151
import useStyles from "../BuildModeStyle";
5252

src/ui/src/containers/BuildModel/TheFeatureExtractorScreen/TheFeatureExtractorScreen.jsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ import { PIPELINE_STEP_TYPES } from "store/autoML/const";
4242
import FeatureVectorChart from "components/FeatureVectorChart";
4343

4444
import FeatureSummary from "components/FeatureSummary";
45-
import PipelineBuilderFeatureExtraction from "../componets/PipelineBuilderFeatureExtraction";
45+
import PipelineBuilderFeatureExtraction from "../components/PipelineBuilderFeatureExtraction";
4646

47-
import QueryCacheAlertMessage from "../componets/QueryCacheAlertMessage";
48-
import BuilderPipelinePanel from "../componets/BuilderPipelinePanel";
49-
import PipelineBuilderAlertMessage from "../componets/PipelineBuilderAlertMessage";
47+
import QueryCacheAlertMessage from "../components/QueryCacheAlertMessage";
48+
import BuilderPipelinePanel from "../components/BuilderPipelinePanel";
49+
import PipelineBuilderAlertMessage from "../components/PipelineBuilderAlertMessage";
5050
import useStyles from "../BuildModeStyle";
5151
import UIPaperNoContent from "components/UIPaperNoContent";
5252

@@ -501,7 +501,7 @@ const TheFeatureExtractorScreen = ({
501501
classes={pipelineResults.labelValues || []}
502502
selectLabelColorHashMap={selectLabelValuesColors}
503503
isFetchingFeatureVectorData={pipelineResultsIsFetching}
504-
movelClassesDown
504+
moveClassesDown
505505
/>
506506
) : (
507507
<UIPaperNoContent text={t("model-builder.feature-extractor-chart-no-data")} />

src/ui/src/containers/BuildModel/TheSelectScreen/TheSelectScreen.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import PipelineTemplateCreateForm from "components/PipelineTemplateCreateForm";
4141
import { DEFAULT_CLASSIFIER, PIPELINE_STEP_TYPES } from "store/autoML/const";
4242

4343
import useStyles from "../BuildModeStyle";
44-
import SelectCard from "../componets/SelectCard";
44+
import SelectCard from "../components/SelectCard";
4545

4646
const TheSelectScreen = ({
4747
selectedProject,

src/ui/src/containers/BuildModel/componets/BuilderPipelinePanel.jsx src/ui/src/containers/BuildModel/components/BuilderPipelinePanel.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const BuilderPipelinePanel = ({
7979
/>
8080
<ControlPanel
8181
title={title}
82-
turncateLenght={
82+
truncateLength={
8383
isShortBtnText ? RESPONSIVE.TRUNCATE_NAME_OVER_SHORT_TEXT : RESPONSIVE.TRUNCATE_NAME_OVER
8484
}
8585
onClickBack={isShortBtnText ? null : handleChangePipeline}

src/ui/src/containers/BuildModel/componets/PipelineBuilderAlertMessage.jsx src/ui/src/containers/BuildModel/components/PipelineBuilderAlertMessage.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const PipelineBuilderAlertMessage = ({
2929
message: (
3030
<>
3131
{tQueries("validation.no-segments", { queryName: queryStatistic?.name })}
32-
<Box mt={1}>{tQueries("help.unknow")}</Box>
32+
<Box mt={1}>{tQueries("help.unknown")}</Box>
3333
</>
3434
),
3535
type: "warning",
@@ -43,7 +43,7 @@ const PipelineBuilderAlertMessage = ({
4343
queryName: queryStatistic?.name,
4444
segments: _.keys(queryStatistic?.segments).join(", "),
4545
})}
46-
<Box mt={1}>{tQueries("help.unknow")}</Box>
46+
<Box mt={1}>{tQueries("help.unknown")}</Box>
4747
</>
4848
),
4949
type: "warning",

src/ui/src/containers/BuildModel/componets/PipelineBuilderClassification.jsx src/ui/src/containers/BuildModel/components/PipelineBuilderClassification.jsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727

2828
import PipelineBuilderV1 from "components/PipelineBuilderV1";
2929

30-
const PiplineBuilderAutoML = (props) => {
30+
const PipelineBuilderAutoML = (props) => {
3131
const { selectedSteps, pipelineData } = props;
3232

3333
const autoMLStep = useMemo(
@@ -78,9 +78,9 @@ const PiplineBuilderAutoML = (props) => {
7878
return PIPELINE_GROUPS.TVO.type;
7979
}
8080
if (isAfterFeatureGenerator) {
81-
return PIPELINE_GROUPS.FEATURE_EXTRACOR.type;
81+
return PIPELINE_GROUPS.FEATURE_EXTRACTOR.type;
8282
}
83-
return PIPELINE_GROUPS.PEPROCESSING.type;
83+
return PIPELINE_GROUPS.PREPROCESSING.type;
8484
};
8585

8686
if (!_.isEmpty(selectedSteps) && !_.isEmpty(pipelineData)) {
@@ -170,4 +170,4 @@ const PiplineBuilderAutoML = (props) => {
170170
);
171171
};
172172

173-
export default PiplineBuilderAutoML;
173+
export default PipelineBuilderAutoML;

src/ui/src/containers/BuildModel/componets/PipelineBuilderFeatureExtraction.jsx src/ui/src/containers/BuildModel/components/PipelineBuilderFeatureExtraction.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const PipelineBuilderClassification = (props) => {
2424

2525
const getStepType = (isAfterFeatureGenerator) => {
2626
if (isAfterFeatureGenerator) {
27-
return PIPELINE_GROUPS.FEATURE_EXTRACOR.type;
27+
return PIPELINE_GROUPS.FEATURE_EXTRACTOR.type;
2828
}
29-
return PIPELINE_GROUPS.PEPROCESSING.type;
29+
return PIPELINE_GROUPS.PREPROCESSING.type;
3030
};
3131

3232
if (!_.isEmpty(selectedSteps) && !_.isEmpty(pipelineData)) {

src/ui/src/containers/BuildModel/componets/PiplineBuilderCustomTraining.jsx src/ui/src/containers/BuildModel/components/PiplineBuilderCustomTraining.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import React, { useMemo } from "react";
2222
import { DISABLED_FOR_CUSTOM_STEPS } from "store/autoML/const";
2323
import PipelineBuilder from "./PipelineBuilder";
2424

25-
const PiplineBuilderCustomTraining = (props) => {
25+
const PipelineBuilderCustomTraining = (props) => {
2626
const { selectedSteps } = props;
2727

2828
const getFilteredSelectedSteps = useMemo(() => {
@@ -40,4 +40,4 @@ const PiplineBuilderCustomTraining = (props) => {
4040
);
4141
};
4242

43-
export default PiplineBuilderCustomTraining;
43+
export default PipelineBuilderCustomTraining;

src/ui/src/containers/BuildModel/componets/TableIterationMetrics.jsx src/ui/src/containers/BuildModel/components/TableIterationMetrics.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const TableIterationMetrics = ({ iterationMetrics }) => {
8181
},
8282
{
8383
field: "classifiers",
84-
title: t("model-builder.table-iterations-classifer"),
84+
title: t("model-builder.table-iterations-classifier"),
8585
render: dataWithTooltip,
8686
type: ColumnType.Text,
8787
},

0 commit comments

Comments
 (0)