FEAT: add note about date range in footer

This commit is contained in:
Sebastian Mark 2020-07-26 15:46:25 +02:00
parent 2fa36aa014
commit a23a97c13d

View file

@ -87,7 +87,7 @@ Module.register("MMM-covid19", {
wrapper.appendChild(cured_wrapper);
ts_wrapper.className = "ts";
ts_wrapper.innerHTML = this.cases.ts;
ts_wrapper.innerHTML = "7-Tage Trend, Stand: " + this.cases.ts;
wrapper.appendChild(ts_wrapper);
return wrapper;