diff --git a/src/octoprint/static/js/app/viewmodels/system.js b/src/octoprint/static/js/app/viewmodels/system.js index 5021aa82..af1dbb87 100644 --- a/src/octoprint/static/js/app/viewmodels/system.js +++ b/src/octoprint/static/js/app/viewmodels/system.js @@ -49,9 +49,9 @@ $(function() { .done(function() { var text; if (commandSpec.async) { - text = gettext("The command \"%(command)s\" executed successfully"); - } else { text = gettext("The command \"%(command)s\" was triggered asynchronously"); + } else { + text = gettext("The command \"%(command)s\" executed successfully"); } new PNotify({