mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: Add period for readibility
(cherry picked from commit 5d72729f991aac1132c17dc5b2f0f75c7f96ecc9)
This commit is contained in:
parent
2bba9e1b8f
commit
19495e364c
@ -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