Ver código fonte

meshstats: typo

Nils Schneider 9 anos atrás
pai
commit
071bf43268
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/meshstats.js

+ 1 - 1
lib/meshstats.js

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