From 19495e364cd2872e98dd15f84f1c566f8d6bc76e 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 (cherry picked from commit 5d72729f991aac1132c17dc5b2f0f75c7f96ecc9) --- 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]); }); }