bugfix #64 renamed update notification to mention mrbeam
This commit is contained in:
parent
48f5b659e1
commit
6ffcaabbeb
2 changed files with 3 additions and 3 deletions
|
|
@ -158,7 +158,7 @@ $(function() {
|
||||||
text += "<small>" + gettext("Those components marked with <i class=\"icon-ok\"></i> can be updated directly.") + "</small>";
|
text += "<small>" + gettext("Those components marked with <i class=\"icon-ok\"></i> can be updated directly.") + "</small>";
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
title: gettext("Update Available"),
|
title: gettext("Mr Beam Update Available"),
|
||||||
text: text,
|
text: text,
|
||||||
hide: false
|
hide: false
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -568,8 +568,8 @@ msgstr ""
|
||||||
"aktualisiert werden."
|
"aktualisiert werden."
|
||||||
|
|
||||||
#: src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js:131
|
#: src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js:131
|
||||||
msgid "Update Available"
|
msgid "Mr Beam Update Available"
|
||||||
msgstr "Aktualisierung verfügbar"
|
msgstr "Mr Beam Aktualisierung verfügbar"
|
||||||
|
|
||||||
#: src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js:143
|
#: src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js:143
|
||||||
msgid "Ignore"
|
msgid "Ignore"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue