Skip to content

Commit 09d3383

Browse files
committed
endpoints: Adjust LINDASnext PROD labels
1 parent 4d55127 commit 09d3383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/domain/data-source/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ export const SOURCE_OPTIONS: SourceOption[] = [
1919
{
2020
value: `sparql+${PROD_DATA_SOURCE_URL}`,
2121
key: "Prod",
22-
label: "LINDAS PROD",
22+
label: "LINDASnext PROD",
2323
url: PROD_DATA_SOURCE_URL,
2424
isTrusted: true,
2525
supportsCachingPerCubeIri: true,
2626
},
2727
{
2828
value: `sparql+${UNCACHED_PROD_DATA_SOURCE_URL}`,
2929
key: "Prod-uncached",
30-
label: "LINDAS PROD (uncached)",
30+
label: "LINDASnext PROD (uncached)",
3131
url: UNCACHED_PROD_DATA_SOURCE_URL,
3232
isTrusted: true,
3333
supportsCachingPerCubeIri: true,

0 commit comments

Comments
 (0)