This commit is contained in:
Nils Schneider 2015-03-26 02:00:36 +01:00
parent 6f5d047a71
commit 1b65918e74

View file

@ -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) {