From 13d812370df90b5dec71952369432fe9a2e906d6 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 1 Sep 2017 16:59:02 +0000 Subject: [PATCH] Fixed transducerers git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@152627 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/project/ProjectManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java index f7bb544..7f8af48 100644 --- a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java +++ b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java @@ -817,7 +817,7 @@ public class ProjectManager { } } else { monitor.hide(); - UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes."); + UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes by administrators."); fireProjectStatusSoftwarePublishEvent(); } } @@ -855,7 +855,7 @@ public class ProjectManager { case "COMPLETED": monitorDeployOperation.stop(); monitor.hide(); - UtilsGXT3.info("Publish", "The software has been published!"); + UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes."); fireProjectStatusSoftwarePublishEvent(); break; case "FAILED":