mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: Add period for readibility
This commit is contained in:
parent
ac76d351d6
commit
29a31d5ab9
@ -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]);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user