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
This commit is contained in:
Costantino Perciante 2016-07-20 21:26:14 +00:00
parent a0a85f843b
commit 22969be193
1 changed files with 2 additions and 2 deletions

View File

@ -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.");
}
});
}