mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-12 08:58:17 +03:00
Fix error message when connecting to OpenNebula Marketplace
This commit is contained in:
parent
45cb6e6d95
commit
a9cf846df4
@ -1200,7 +1200,7 @@ var OpenNebula = {
|
||||
|
||||
"show" : function(params){
|
||||
params.error = function() {
|
||||
return notifyError("Cannot connect with OpenNebula Marketplace")
|
||||
return notifyError("Cannot connect to OpenNebula Marketplace")
|
||||
};
|
||||
OpenNebula.Action.show(params,OpenNebula.Marketplace.resource);
|
||||
},
|
||||
@ -1222,7 +1222,7 @@ var OpenNebula = {
|
||||
callback(request, response) : null;
|
||||
},
|
||||
error: function(res){
|
||||
return notifyError("Cannot connect with OpenNebula Marketplace");
|
||||
return notifyError("Cannot connect to OpenNebula Marketplace");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user