Parcourir la source

meshstats: typo

Nils Schneider il y a 9 ans
Parent
commit
071bf43268
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"