1
0
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:
Tino Vazquez 2021-05-12 18:02:04 +02:00
parent 2bba9e1b8f
commit 19495e364c
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -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]);
});
}