message reduced refs #23575
This commit is contained in:
parent
7d14ca0496
commit
959b350674
|
@ -68,7 +68,7 @@ public class SocialNotificationModerationThread extends ModerationThread {
|
||||||
stringBuffer = new StringBuffer();
|
stringBuffer = new StringBuffer();
|
||||||
stringBuffer.append("Thank you for submitting your item ");
|
stringBuffer.append("Thank you for submitting your item ");
|
||||||
stringBuffer = addQuotedTitle(stringBuffer);
|
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());
|
postMessage(stringBuffer.toString());
|
||||||
notificationToSelfOnly = false;
|
notificationToSelfOnly = false;
|
||||||
notificationSentByGCat = false;
|
notificationSentByGCat = false;
|
||||||
|
|
Loading…
Reference in New Issue