From bfc0219aa5a488f2ea4d6d33bdc78c95b930e871 Mon Sep 17 00:00:00 2001 From: Mathis Hofer Date: Fri, 13 Mar 2026 14:27:04 +0100 Subject: [PATCH] endpoints: Adjust LINDASnext PROD labels --- app/domain/data-source/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index 74a1ea974..2d519fd0d 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -19,7 +19,7 @@ export const SOURCE_OPTIONS: SourceOption[] = [ { value: `sparql+${PROD_DATA_SOURCE_URL}`, key: "Prod", - label: "LINDAS PROD", + label: "LINDASnext PROD", url: PROD_DATA_SOURCE_URL, isTrusted: true, supportsCachingPerCubeIri: true, @@ -27,7 +27,7 @@ export const SOURCE_OPTIONS: SourceOption[] = [ { value: `sparql+${UNCACHED_PROD_DATA_SOURCE_URL}`, key: "Prod-uncached", - label: "LINDAS PROD (uncached)", + label: "LINDASnext PROD (uncached)", url: UNCACHED_PROD_DATA_SOURCE_URL, isTrusted: true, supportsCachingPerCubeIri: true,