meshstats: typo

This commit is contained in:
Nils Schneider 2015-07-08 23:37:49 +02:00
parent 3c77af5ced
commit 071bf43268
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ define(function () {
.join(", ")
stats.textContent = totalNodes + " Knoten " +
"(" + nodetext + ") " +
"(" + nodetext + "), " +
totalClients + " Clients, " +
totalGateways + " Gateways"