Skip to content

Commit fbb35c4

Browse files
shivanand-harnessHarness
authored andcommitted
feat: [AH-2101]: update display name to bioconda (#4688)
* 0c18f0 feat: [AH-2101]: update display name to bioconda * 94b538 feat: [AH-2101]: update display name to bioconda
1 parent 747ee83 commit fbb35c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/src/ar/pages/upstream-proxy-details/components/RepositoryUrlInput/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const UpstreamURLSourceConfig: Record<UpstreamRepositoryURLInputSource, R
6363
value: UpstreamRepositoryURLInputSource.HuggingFace
6464
},
6565
[UpstreamRepositoryURLInputSource.Anaconda]: {
66-
label: 'upstreamProxyDetails.createForm.source.anaconda',
66+
label: 'upstreamProxyDetails.createForm.source.bioconda',
6767
value: UpstreamRepositoryURLInputSource.Anaconda
6868
}
6969
}

web/src/ar/pages/upstream-proxy-details/strings/strings.en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ createForm:
1919
crates: Crates.io
2020
goproxy: GoProxy
2121
huggingface: Huggingface
22-
anaconda: Anaconda
22+
bioconda: Bioconda
2323
authentication:
2424
title: Authentication
2525
userNameAndPassword: Username and Password

web/src/ar/strings/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export interface StringsMap {
202202
'upstreamProxyDetails.createForm.create': string
203203
'upstreamProxyDetails.createForm.key': string
204204
'upstreamProxyDetails.createForm.packageType': string
205-
'upstreamProxyDetails.createForm.source.anaconda': string
205+
'upstreamProxyDetails.createForm.source.bioconda': string
206206
'upstreamProxyDetails.createForm.source.crates': string
207207
'upstreamProxyDetails.createForm.source.custom': string
208208
'upstreamProxyDetails.createForm.source.dockerHub': string

0 commit comments

Comments
 (0)