Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
@@ -1,7 +1,7 @@
import { FormError as _FormError } from 'components/form/layout/layout'
import {
DeploymentDetails,
DeploymentFieldValues,
DeploymentDetails,
DeploymentFieldValues,
} from 'data-services/models/deployment-details'
import { Button, ButtonTheme } from 'design-system/components/button/button'
import * as Dialog from 'design-system/components/dialog/dialog'
Expand Down Expand Up @@ -145,7 +145,7 @@ const FormStepper = () => {
},
{
id: Section.SourceImages,
label: translate(STRING.FIELD_LABEL_SOURCE_IMAGES),
label: translate(STRING.FIELD_LABEL_DATA_SOURCE),
},
]}
currentItemId={currentSection}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = {
[STRING.FIELD_LABEL_SOURCE_IMAGE]: 'Source image',
[STRING.FIELD_LABEL_SOURCE_IMAGES]: 'Source images',
[STRING.FIELD_LABEL_SOURCE_IMAGES_COLLECTION]: 'Source images collection',
[STRING.FIELD_LABEL_DATA_SOURCE]: 'Data source',
[STRING.FIELD_LABEL_DATA_SOURCE]: 'Data Source',
[STRING.FIELD_LABEL_SAMPLE_CAPTURES]: 'Sample images',
[STRING.FIELD_LABEL_SCORE]: 'Score',
[STRING.FIELD_LABEL_SNAPSHOTS]: 'Snapshots',
Expand Down