mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Spelling: HTTP/HTTPS
This commit is contained in:
parent
915ec81f83
commit
5c18db240c
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@ void WebUI::init()
|
||||||
const QByteArray key = pref->getWebUiHttpsKey();
|
const QByteArray key = pref->getWebUiHttpsKey();
|
||||||
bool success = m_httpServer->setupHttps(certs, key);
|
bool success = m_httpServer->setupHttps(certs, key);
|
||||||
if (success)
|
if (success)
|
||||||
logger->addMessage(tr("Web UI: https setup successful"));
|
logger->addMessage(tr("Web UI: HTTPS setup successful"));
|
||||||
else
|
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 {
|
else {
|
||||||
m_httpServer->disableHttps();
|
m_httpServer->disableHttps();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue