typo
This commit is contained in:
parent
6f5d047a71
commit
1b65918e74
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue