1
0
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:
Tino Vazquez 2021-05-12 18:02:04 +02:00 committed by Ruben S. Montero
parent ac76d351d6
commit 29a31d5ab9
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

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