From 850c3f794270a2cbf3b2ea2b3d2009c28b375228 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 7 Aug 2023 15:28:03 -0400 Subject: [PATCH] Fix grammar on share link email --- ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax.php b/ajax.php index 1fac541c..fb00ae9e 100644 --- a/ajax.php +++ b/ajax.php @@ -282,7 +282,7 @@ if (isset($_GET['share_generate_link'])) { if(!empty($config_smtp_host) && filter_var($item_email, FILTER_VALIDATE_EMAIL)){ $subject = "Time sensitive encrypted link enclosed"; - $body = "Hello,

$session_name from $session_company_name sent you a time sensitive encrypted link which will expire in $item_expires and may only be viewed $item_view_limit times, before the link is destroyed. The sender will recieved a notification when the link is viewed. Please click the link below to view your shared secret

Click Here

~
$session_company_name
Support Department
$config_ticket_from_email"; + $body = "Hello,

$session_name from $session_company_name sent you a time sensitive encrypted link which will expire in $item_expires and may only be viewed $item_view_limit times, before the link is destroyed. The sender will receive a notification when the link is viewed. Please click the link below to view your shared secret

Click Here

~
$session_company_name
Support Department
$config_ticket_from_email"; $mail = sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_password, $config_smtp_encryption, $config_smtp_port, $config_ticket_from_email, $config_ticket_from_name,