diff --git a/js/all.js b/js/all.js index 36558fe..6572646 100644 --- a/js/all.js +++ b/js/all.js @@ -2654,7 +2654,7 @@ function clone(obj) { image.onerror = (function(_this) { return function(e) { _this.log("Image upload error", e); - Page.cmd("wrapperNotification", ["error", "Invalid image, only jpg format supported"]); + Page.cmd("wrapperNotification", ["error", "Invalid image, only png/jpg formats supported"]); return cb(null); }; })(this); @@ -6569,4 +6569,4 @@ function clone(obj) { window.Page.createProjector(); -}).call(this); \ No newline at end of file +}).call(this);