We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d55127 commit 09d3383Copy full SHA for 09d3383
1 file changed
app/domain/data-source/constants.ts
@@ -19,15 +19,15 @@ export const SOURCE_OPTIONS: SourceOption[] = [
19
{
20
value: `sparql+${PROD_DATA_SOURCE_URL}`,
21
key: "Prod",
22
- label: "LINDAS PROD",
+ label: "LINDASnext PROD",
23
url: PROD_DATA_SOURCE_URL,
24
isTrusted: true,
25
supportsCachingPerCubeIri: true,
26
},
27
28
value: `sparql+${UNCACHED_PROD_DATA_SOURCE_URL}`,
29
key: "Prod-uncached",
30
- label: "LINDAS PROD (uncached)",
+ label: "LINDASnext PROD (uncached)",
31
url: UNCACHED_PROD_DATA_SOURCE_URL,
32
33
0 commit comments