correct string

This commit is contained in:
Zlatin Balevsky
2019-12-15 22:20:29 +00:00
parent c561ae9140
commit 3534b23194

View File

@@ -112,7 +112,7 @@ function updateDownloader(infoHash) {
html += "<td>" + "<p align='right'>" + knownSources + "</p>" + "</td>"
html += "</tr>"
html += "<tr>"
html += "<td>" + _t("Active Location") + "</td>"
html += "<td>" + _t("Active Sources") + "</td>"
html += "<td>" + "<p align='right'>" + activeSources + "</p>" + "</td>"
html += "</tr>"
html += "<tr>"