From 959b3506743a3e8893ef6366e35b70e383aa87f4 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 1 Feb 2023 17:11:22 +0100 Subject: [PATCH] message reduced refs #23575 --- .../notifications/SocialNotificationModerationThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java index f4b8e17..abe9de3 100644 --- a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java +++ b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java @@ -68,7 +68,7 @@ public class SocialNotificationModerationThread extends ModerationThread { stringBuffer = new StringBuffer(); stringBuffer.append("Thank you for submitting your item "); stringBuffer = addQuotedTitle(stringBuffer); - stringBuffer.append(" to the catalogue. Please consider this notification as confirmation that your item has been successfully received and will be managed by the catalogue moderators."); + stringBuffer.append(" to the catalogue. This item has been successfully received and will be managed by the catalogue moderators."); postMessage(stringBuffer.toString()); notificationToSelfOnly = false; notificationSentByGCat = false;