Skip to content

Commit

Permalink
Fix user reply to a notification being incorrectly cropped - closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Dec 12, 2023
1 parent fbf4d3b commit f9a3354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Misc/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Mail
*/
const REPLY_SEPARATOR_HTML = 'fsReplyAbove';
const REPLY_SEPARATOR_TEXT = '-- Please reply above this line --';
const REPLY_SEPARATOR_NOTIFICATION = 'fsNotificationReplyAbove';
const REPLY_SEPARATOR_NOTIFICATION = 'fsNotifReplyAbove';

/**
* Message-ID prefixes for outgoing emails.
Expand Down

0 comments on commit f9a3354

Please sign in to comment.