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 fd594da..f7bb544 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 @@ -812,12 +812,12 @@ public class ProjectManager { monitor.hide(); Log.info( "Publish, the software has been published, but no autodeploy on server is enable so some time is required for installation by administrators!"); - 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 by administrators."); fireProjectStatusSoftwarePublishEvent(); } } 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."); fireProjectStatusSoftwarePublishEvent(); } }