From e123c36bca090319131e49944385898d345ab6d5 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 25 Oct 2017 13:44:04 -0400 Subject: Change email message to make it more accurate --- signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup.php b/signup.php index 469aed1..6b79dc9 100644 --- a/signup.php +++ b/signup.php @@ -53,7 +53,7 @@ if (!empty($_POST['signup'])) { bulletin_mail($_POST['email'], 'Activate Your Bulletin Account', eml_tpl(array( 'activation_vars' => 'uid='.$uid.'&key='.$sess, ))) or fatal('We didn\'t manage to send out your activation email. Please try again later.'); - fatal('An activation email has been sent to the address you supplied. To access your account, click the \'Activate Account\' link when you receive the email.', $b_config['base_url'].'login.php'); + fatal('An activation email will be sent shortly. To access your account, click the \'Activate Account\' link when you receive the email.', $b_config['base_url'].'login.php'); } #### THIS IS FOR GOTO, IT'S GROSS BUT DON'T REMOVE IT #### -- cgit v1.2.3