From 22969be193a75862e15503ca67021be3b05dc98a Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Wed, 20 Jul 2016 21:26:14 +0000 Subject: [PATCH] alert message fixed git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@130610 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/workspace/client/AppControllerExplorer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java b/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java index 0ac687a..df6db4d 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java @@ -268,13 +268,13 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt }); } else - Window.alert("Please, logout and login again then retry."); + Window.alert("Sorry, it is not possible to publish on the catalogue at the moment."); } @Override public void onFailure(Throwable caught) { - Window.alert("Please, logout and login again then retry."); + Window.alert("Sorry, it is not possible to publish on the catalogue at the moment."); } }); }