diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index a325ad4b..b0b537e6 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -182,7 +182,7 @@ namespace http { " \r\n" " \r\n" " \r\n" - " Purple I2P Webconsole\r\n"; + " " << tr("Purple I2P Webconsole") << "\r\n"; GetStyles(s); s << "\r\n" diff --git a/i18n/German.cpp b/i18n/German.cpp index b4b15cd9..f114bf8e 100644 --- a/i18n/German.cpp +++ b/i18n/German.cpp @@ -31,6 +31,7 @@ namespace german // language namespace static std::map strings { + {"Purple I2P Webconsole", "Purple-I2P-Webkonsole"}, {"KiB", "KiB"}, {"MiB", "MiB"}, {"GiB", "GiB"},