From eb61c5ea6e766079339ac44d0de3fb259002abef Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 22 Oct 2024 15:29:41 +1100 Subject: [PATCH] Change wording of forwarding netmail, no functional changes --- app/Notifications/Netmails/NetmailForward.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Netmails/NetmailForward.php b/app/Notifications/Netmails/NetmailForward.php index 5150a0a..2fdaeed 100644 --- a/app/Notifications/Netmails/NetmailForward.php +++ b/app/Notifications/Netmails/NetmailForward.php @@ -58,7 +58,7 @@ class NetmailForward extends Netmails $this->mo->to, $this->ao->ftn3d, )); - $msg->addText(sprintf("To avoid receiving this netmail, send messages to [%s] to [%s].\r\r",$this->mo->to,$this->ao->ftn3d)); + $msg->addText(sprintf("To avoid receiving this netmail, you can send messages directly to [%s] at [%s].\r\r",$this->mo->to,$this->ao->ftn3d)); $o->msg = $msg->render(); $o->set_tagline = 'Thank you so much for your mail. I love it already.';