From a470c878c4142c8ee29e7a88cb791a7f20372008 Mon Sep 17 00:00:00 2001 From: gestchild Date: Mon, 7 Oct 2024 14:08:10 +0100 Subject: [PATCH] add more info to toggle description --- toggles/webapp/toggles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toggles/webapp/toggles.ts b/toggles/webapp/toggles.ts index 9636a0610c..c26bcaaf3e 100644 --- a/toggles/webapp/toggles.ts +++ b/toggles/webapp/toggles.ts @@ -91,7 +91,7 @@ const toggles = { title: 'IIIF Auth V2', initialValue: false, description: - 'Will make use of the V2 auth services in the IIIF Presentation manifest, if they are available', + 'Will make use of the V2 auth services in the IIIF Presentation manifest, if they are available. N.B. some V2 services contain invalid data, so it is not safe to turn this on for everyone until all manifests have been regenerated.', type: 'experimental', }, ] as const,