Fixed Get Info for shared Folder

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@179364 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-05-10 16:02:19 +00:00
parent 4f87e69c39
commit 67314d7859
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ public class WorkspaceSharingServiceImpl extends RemoteServiceServlet implements
}
} catch (Exception e) {
logger.error("Error in getACLsDescriptionForSharedFolderId(): " + e.getLocalizedMessage(), e);
String error = "Sorry an error occurred when getting ACL rules for selected folder. "
String error = "Sorry an error occurred when getting ACL rules for selected item. "
+ e.getLocalizedMessage();
throw new Exception(error);
}