Commit a36af383 authored by Johannes Bill's avatar Johannes Bill

changed: nicht geöffnet -> geschlossen

parent 888e8ada
...@@ -605,7 +605,7 @@ function asString(dataObj, now) { ...@@ -605,7 +605,7 @@ function asString(dataObj, now) {
if (data.length == 0) { if (data.length == 0) {
return { return {
isOpen: false, isOpen: false,
text: ["Jetzt nicht geöffnet", "weitere Öffnungszeiten nicht bekannt"], text: ["Jetzt geschlossen", "weitere Öffnungszeiten nicht bekannt"],
status: "red" status: "red"
}; };
} }
...@@ -633,7 +633,7 @@ function asString(dataObj, now) { ...@@ -633,7 +633,7 @@ function asString(dataObj, now) {
secondText = "bis " + moment(data[idx][1]).format("LT"); secondText = "bis " + moment(data[idx][1]).format("LT");
} }
else { else {
firstText = "Jetzt nicht geöffnet"; firstText = "Jetzt geschlossen";
if (idx == data.length) { if (idx == data.length) {
secondText = "nächster Öffnungstermin unbekannt"; secondText = "nächster Öffnungstermin unbekannt";
status = "red"; status = "red";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment