meshstats: typo
This commit is contained in:
parent
3c77af5ced
commit
071bf43268
@ -23,7 +23,7 @@ define(function () {
|
|||||||
.join(", ")
|
.join(", ")
|
||||||
|
|
||||||
stats.textContent = totalNodes + " Knoten " +
|
stats.textContent = totalNodes + " Knoten " +
|
||||||
"(" + nodetext + ") " +
|
"(" + nodetext + "), " +
|
||||||
totalClients + " Clients, " +
|
totalClients + " Clients, " +
|
||||||
totalGateways + " Gateways"
|
totalGateways + " Gateways"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user