diff --git a/main/webapp/modules/core/scripts/index/default-importing-controller/controller.js b/main/webapp/modules/core/scripts/index/default-importing-controller/controller.js index e9fc1bbc9..497752e02 100644 --- a/main/webapp/modules/core/scripts/index/default-importing-controller/controller.js +++ b/main/webapp/modules/core/scripts/index/default-importing-controller/controller.js @@ -212,7 +212,7 @@ Refine.DefaultImportingController.prototype.updateFormatAndOptions = function(op }, function(o) { if (o.status == 'error') { - if (o.messgae) { + if (o.message) { alert(o.message); } else { var messages = [];