meshstats: typo
This commit is contained in:
parent
3c77af5ced
commit
071bf43268
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue