Introducing adaptive numerus for clients and gateways
This commit is contained in:
parent
556a68e8fe
commit
13c640beb8
|
@ -21,7 +21,7 @@ define(function () {
|
|||
|
||||
stats.textContent = totalNodes + " Knoten " +
|
||||
"(" + nodetext + ") mit " +
|
||||
totalClients + " Clients"
|
||||
totalClients + " Client" + ( totalClients === 1 ? "" : "s" )
|
||||
|
||||
timestamp.textContent = "Diese Daten sind von " + d.timestamp.format("LLLL") + "."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue