Nils Schneider 9 years ago
parent
commit
1b65918e74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/meshstats.js

+ 1 - 1
lib/meshstats.js

@@ -17,7 +17,7 @@ define(function () {
                       totalGateways + " Gateways"
 
       p.appendChild(document.createElement("br"))
-      p.appendChild(document.createTextNode("Diese Daten von " + moment(nodes.timestamp).format("LLLL") + "."))
+      p.appendChild(document.createTextNode("Diese Daten sind von " + moment(nodes.timestamp).format("LLLL") + "."))
     }
 
     self.render = function (el) {