We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb91ad9 commit d2f244aCopy full SHA for d2f244a
octoprint_mrbeam/static/js/messages.js
@@ -8,7 +8,7 @@ $(function () {
8
self.loginState = parameters[2];
9
10
const FIRST_MESSAGE_LOCATION = "/plugin/mrbeam/static/messages/messages.json";
11
- const MESSAGES_URL = "https://mr-beam.org/beamos/messages";
+ const MESSAGES_URL = "https://messages.beamos.mr-beam.org/messages.json";
12
13
self.messages = ko.observableArray();
14
self.messagesIds = ko.observableArray();
0 commit comments