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>";
|
||||
|
||||
var options = {
|
||||
title: gettext("Update Available"),
|
||||
title: gettext("Mr Beam Update Available"),
|
||||
text: text,
|
||||
hide: false
|
||||
};
|
||||
|
|
|
|||
|
|
@ -568,8 +568,8 @@ msgstr ""
|
|||
"aktualisiert werden."
|
||||
|
||||
#: src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js:131
|
||||
msgid "Update Available"
|
||||
msgstr "Aktualisierung verfügbar"
|
||||
msgid "Mr Beam Update Available"
|
||||
msgstr "Mr Beam Aktualisierung verfügbar"
|
||||
|
||||
#: src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js:143
|
||||
msgid "Ignore"
|
||||
|
|
|
|||
Loading…
Reference in a new issue