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.';