소스 검색

meshstats: typo

Nils Schneider 9 년 전
부모
커밋
071bf43268
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"