diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index 489d361..41f52a7 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -299,8 +299,8 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen documentWorkflowId, //the workflowid new Date(), "?oid="+documentWorkflowId, - "has actively involved you on the document workflow with name: " + escapeHtml(documentName) + " " + - "and has assigned you the following role: " + assignedRoleName +". The VRE used was " + aslSession.getScopeName(), + "has involved you on the document workflow with name: " + escapeHtml(documentName) + " " + + "and has assigned you the following role: " + assignedRoleName +". The VRE used was " + aslSession.getGroupName(), false, aslSession.getUsername(), aslSession.getUserFullName(),