From 298dfe67032556e08e75415089d9dace4657b2c6 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 26 Jun 2024 17:15:15 +1000 Subject: [PATCH] Fix message text. --- app/Notifications/Netmails/NetmailHubNoUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Netmails/NetmailHubNoUser.php b/app/Notifications/Netmails/NetmailHubNoUser.php index 30629b6..15d1629 100644 --- a/app/Notifications/Netmails/NetmailHubNoUser.php +++ b/app/Notifications/Netmails/NetmailHubNoUser.php @@ -59,7 +59,7 @@ class NetmailHubNoUser extends Netmails ) ); - $msg->addText("This hub is not attended, so no user will be able to read your message (the hub is unattended). You may like to try and contact them another way.\r\r"); + $msg->addText("This hub is not attended, so no user will be able to read your message. You may like to try and contact them another way.\r\r"); $msg->addText($this->message_path($this->mo));