Introducing adaptive numerus for clients and gateways

This commit is contained in:
Steffen Möller 2015-08-25 17:20:14 +02:00 committed by Nils Schneider
parent 556a68e8fe
commit 13c640beb8

View file

@ -21,7 +21,7 @@ define(function () {
stats.textContent = totalNodes + " Knoten " + stats.textContent = totalNodes + " Knoten " +
"(" + nodetext + ") mit " + "(" + nodetext + ") mit " +
totalClients + " Clients" totalClients + " Client" + ( totalClients === 1 ? "" : "s" )
timestamp.textContent = "Diese Daten sind von " + d.timestamp.format("LLLL") + "." timestamp.textContent = "Diese Daten sind von " + d.timestamp.format("LLLL") + "."
} }