diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index 2449c5e..a59f9a5 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -323,9 +323,10 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen String notificationText = ""; if (isStartStep) notificationText = "has involved you in a Document Workflow (" + escapeHtml(documentName) + ") " + - "and has assigned you the role: " + assignedRoleName +". On " + aslSession.getGroupName() + " Virtual Research Environment. "; + "and has assigned you the role: " + assignedRoleName +". On " + aslSession.getGroupName() + " Virtual Research Environment."; else - notificationText = "request you to perform a task in a Document Workflow (" + escapeHtml(documentName) + ") you are involved having the role: " + assignedRoleName; + notificationText = "You are requested to perform a new task in the Document Workflow (" + escapeHtml(documentName) + "). " + + "Your role is: " + assignedRoleName +". On " + aslSession.getGroupName() + " Virtual Research Environment."; Notification not = new Notification( UUID.randomUUID().toString(), NotificationType.DOCUMENT_WORKFLOW_STEP_REQUEST_TASK,