mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Update error to use translatable text
This commit is contained in:
@@ -90,7 +90,7 @@ Module.register("newsfeed", {
|
||||
this.loaded = true;
|
||||
this.error = null;
|
||||
} else if (notification === "INCORRECT_URL") {
|
||||
this.error = "Newsfeed Error. Incorrect url: " + payload.url;
|
||||
this.error = `Incorrect url: ${payload.url}`;
|
||||
this.scheduleUpdateInterval();
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user