mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-28 15:34:16 +00:00
Spelling: HTTP/HTTPS
This commit is contained in:
parent
915ec81f83
commit
5c18db240c
@ -79,9 +79,9 @@ void WebUI::init()
|
||||
const QByteArray key = pref->getWebUiHttpsKey();
|
||||
bool success = m_httpServer->setupHttps(certs, key);
|
||||
if (success)
|
||||
logger->addMessage(tr("Web UI: https setup successful"));
|
||||
logger->addMessage(tr("Web UI: HTTPS setup successful"));
|
||||
else
|
||||
logger->addMessage(tr("Web UI: https setup failed, fallback to http"), Log::CRITICAL);
|
||||
logger->addMessage(tr("Web UI: HTTPS setup failed, fallback to HTTP"), Log::CRITICAL);
|
||||
}
|
||||
else {
|
||||
m_httpServer->disableHttps();
|
||||
|
Loading…
x
Reference in New Issue
Block a user