From 7726caa42504db3b782502aea708259781ea5a46 Mon Sep 17 00:00:00 2001 From: Anon2026 Date: Sun, 25 Jan 2026 16:34:05 +0300 Subject: [PATCH] Revert one byte --- daemon/HTTPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index ed349a95..f6f68e66 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -385,7 +385,7 @@ namespace http { else { /* tr: Shown when router doesn't publish itself and have "Firewalled" state */ - s << "" << tr("Supported"); + s << "" << tr("supported"); if (address->port) s << " :" << address->port; s << "\r\n";