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";