summaryrefslogtreecommitdiff
path: root/signup.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-10-25 13:44:04 -0400
committerCarson Fleming <cflems@cflems.net>2017-10-25 13:44:04 -0400
commite123c36bca090319131e49944385898d345ab6d5 (patch)
tree1371346d75f43ae2d5490e37e6f231449de61d68 /signup.php
parent94efde4dcdc39d5ed81bd14754274ef169aee008 (diff)
downloadbulletin-e123c36bca090319131e49944385898d345ab6d5.tar.gz
Change email message to make it more accurate
Diffstat (limited to 'signup.php')
-rw-r--r--signup.php2
1 files changed, 1 insertions, 1 deletions
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 ####