From 29a31d5ab9769a471386bc6f8b810377b4485591 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Wed, 12 May 2021 18:02:04 +0200 Subject: [PATCH] M #-: Add period for readibility --- src/sunstone/public/app/utils/vcenter/vcenter-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/app/utils/vcenter/vcenter-common.js b/src/sunstone/public/app/utils/vcenter/vcenter-common.js index d363125f92..4307ab263b 100644 --- a/src/sunstone/public/app/utils/vcenter/vcenter-common.js +++ b/src/sunstone/public/app/utils/vcenter/vcenter-common.js @@ -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]); }); }