From 1dc6c28a0e5358999e6af9762d90aad54602eb9f Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 24 Jun 2024 12:12:20 +1000 Subject: [PATCH] issue #175 email notifications of reactions to private messages --- src/Lib/Enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib/Enotify.php b/src/Lib/Enotify.php index ef51e0847..0b3192673 100644 --- a/src/Lib/Enotify.php +++ b/src/Lib/Enotify.php @@ -153,7 +153,7 @@ class Enotify else { $action = t('replied to'); } - $preamble = sprintf(t('%1$s %2%s a private message at %3$s.'), $sender['xchan_name'], $action, $sitename); + $preamble = sprintf(t('%1$s %2$s a private message at %3$s.'), $sender['xchan_name'], $action, $sitename); $epreamble = sprintf(t('%1$s %2$s %3$s.', 'react_private_message'), '[zrl=' . $sender['xchan_url'] . ']' . html_entity_decode('​') . $sender['xchan_name'] . '[/zrl]', $action, '[zrl=$itemlink]' . t('a private message') . '[/zrl]'); } $sitelink = t('Please visit %s to view and/or reply to your private messages.');