message reduced refs #23575

This commit is contained in:
Luca Frosini 2023-02-01 17:11:22 +01:00
parent 7d14ca0496
commit 959b350674
1 changed files with 1 additions and 1 deletions

View File

@ -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;