diff --git a/src/sunstone/public/app/utils/vcenter/vcenter-common.js b/src/sunstone/public/app/utils/vcenter/vcenter-common.js index d363125f92..4307ab263b 100644 --- a/src/sunstone/public/app/utils/vcenter/vcenter-common.js +++ b/src/sunstone/public/app/utils/vcenter/vcenter-common.js @@ -142,7 +142,7 @@ define(function(require) { var error = opts.error; $.each(error, function(key, value){ id = Object.keys(value)[0]; - Notifier.notifyError(opts.resource + " with ref " + id + " could not be imported\n"+ value[id]); + Notifier.notifyError(opts.resource + " with ref " + id + " could not be imported.\n"+ value[id]); }); }