Fix a tiny typo
This commit is contained in:
parent
1fd776153c
commit
3585eb05a2
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ function DataUpdater(allViewModels) {
|
|||
} else if (type == "Error") {
|
||||
new PNotify({
|
||||
title: gettext("Unhandled communication error"),
|
||||
text: _.sprintf(gettext("The was an unhandled error while talking to the printer. Due to that OctoPrint disconnected. Error: %(error)s"), payload),
|
||||
text: _.sprintf(gettext("There was an unhandled error while talking to the printer. Due to that OctoPrint disconnected. Error: %(error)s"), payload),
|
||||
type: "error",
|
||||
hide: false
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue