diff --git a/src/octoprint/static/js/app/main.js b/src/octoprint/static/js/app/main.js index b071b6c9..3656ae71 100644 --- a/src/octoprint/static/js/app/main.js +++ b/src/octoprint/static/js/app/main.js @@ -237,7 +237,7 @@ $(function() { } function gcode_upload_fail(e, data) { - var error = "
" + gettext("Could not upload the file. Make sure that it is a GCODE file and has the extension \".gcode\" or \".gco\" or that it is an STL file with the extension \".stl\" and slicing support is enabled and configured.") + "
"; + var error = "" + gettext("Could not upload the file. Make sure that it is a SVG file and has the extension \".svg\" or a GCode file and has extension \".gco\" or \".gcode\" ") + "
"; error += pnotifyAdditionalInfo("" + data.jqXHR.responseText + ""); new PNotify({ title: "Upload failed",