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":