diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp
index 579393527..8c889e5f1 100644
--- a/src/gui/mainwindow.cpp
+++ b/src/gui/mainwindow.cpp
@@ -1288,10 +1288,10 @@ void MainWindow::updateGUI()
html += "qBittorrent";
html += "";
html += "
";
- html += "

" + tr("DL speed: %1", "e.g: Download speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadDownloadRate(), true));
+ html += "

" + tr("DL speed: %1", "e.g: Download speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadDownloadRate(), true));
html += "
";
html += "";
- html += "

" + tr("UP speed: %1", "e.g: Upload speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadUploadRate(), true));
+ html += "

" + tr("UP speed: %1", "e.g: Upload speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadUploadRate(), true));
html += "
";
#else
// OSes such as Windows do not support html here