FEAT: add note about date range in footer
This commit is contained in:
parent
2fa36aa014
commit
a23a97c13d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Module.register("MMM-covid19", {
|
||||||
wrapper.appendChild(cured_wrapper);
|
wrapper.appendChild(cured_wrapper);
|
||||||
|
|
||||||
ts_wrapper.className = "ts";
|
ts_wrapper.className = "ts";
|
||||||
ts_wrapper.innerHTML = this.cases.ts;
|
ts_wrapper.innerHTML = "7-Tage Trend, Stand: " + this.cases.ts;
|
||||||
wrapper.appendChild(ts_wrapper);
|
wrapper.appendChild(ts_wrapper);
|
||||||
|
|
||||||
return wrapper;
|
return wrapper;
|
||||||
|
|
Loading…
Reference in a new issue