Move configuration change warning into general translation

This commit is contained in:
rejas
2020-07-12 08:25:07 +02:00
parent c61fac75e4
commit d00da790af
9 changed files with 9 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ Module.register("newsfeed", {
if (this.config.feedUrl) {
wrapper.className = "small bright";
wrapper.innerHTML = this.translate("configuration_changed");
wrapper.innerHTML = this.translate("MODULE_CONFIG_CHANGED", { MODULE_NAME: "Newsfeed" });
return wrapper;
}