diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index 1d091dda..f7b3ffe3 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -21,7 +21,7 @@ Module.register("currentweather", { wrapper.innerHTML = "" + "This module is deprecated since release v2.15 and removed with v2.19." + - '
Please use the `weather` module as replacement, more info in the documentation.'; + '
Please use the `weather` module as replacement, more info in the documentation.'; wrapper.className = "dimmed light small"; return wrapper; }, diff --git a/modules/default/weatherforecast/weatherforecast.js b/modules/default/weatherforecast/weatherforecast.js index 3fa29744..54216986 100644 --- a/modules/default/weatherforecast/weatherforecast.js +++ b/modules/default/weatherforecast/weatherforecast.js @@ -21,7 +21,7 @@ Module.register("weatherforecast", { wrapper.innerHTML = "" + "This module is deprecated since release v2.15 and removed with v2.19." + - '
Please use the `weather` module as replacement, more info in the documentation.'; + '
Please use the `weather` module as replacement, more info in the documentation.'; wrapper.className = "dimmed light small"; return wrapper; },