From 32fda4e1dbe334169ba26f5a1b11e7c9b85e95cd Mon Sep 17 00:00:00 2001 From: Tom Frenzel Date: Mon, 15 Dec 2025 19:12:40 +0100 Subject: [PATCH] update ssl warning --- frontend/public/json/kutt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/kutt.json b/frontend/public/json/kutt.json index 032f3d770..d2637f7f1 100644 --- a/frontend/public/json/kutt.json +++ b/frontend/public/json/kutt.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "A valid TLS certificate is **REQUIRED**", + "text": "A reverse proxy that serves an SSL certificate is required. Otherwise the login will not work.", "type": "warning" } ]