diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index 112b661..e88cfd4 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -458,7 +458,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen for (int i = 0; i < otherRecipientsFullNames.length; i++) { otherRecipientNames += "
  • " + otherRecipientsFullNames[i] + "
  • "; } - otherRecipientNames += "
    If you reply, your message will be also delivered to them.
    "; + otherRecipientNames += "
    If you reply, your message will be also delivered to them.

    "; } diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/mailing/SocialMailingUtil.java b/src/main/java/org/gcube/applicationsupportlayer/social/mailing/SocialMailingUtil.java index 45fae83..4ebe9be 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/mailing/SocialMailingUtil.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/mailing/SocialMailingUtil.java @@ -85,7 +85,7 @@ public class SocialMailingUtil { if (notification2Save.getType() == NotificationType.MESSAGE) { body.append("
    ").append(WRITE_ABOVE_MESSAGE_REPLY).append("

    "); - attachmentsNotice = "

    Please note that email replies do not support attachments.

    "; + attachmentsNotice = "

    Please note that email replies do not support attachments.

    "; } body.append("
    ")