mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -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();
|
||||
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…
Add table
Add a link
Reference in a new issue