diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-10-25 13:44:04 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-10-25 13:44:04 -0400 |
| commit | e123c36bca090319131e49944385898d345ab6d5 (patch) | |
| tree | 1371346d75f43ae2d5490e37e6f231449de61d68 /signup.php | |
| parent | 94efde4dcdc39d5ed81bd14754274ef169aee008 (diff) | |
| download | bulletin-e123c36bca090319131e49944385898d345ab6d5.tar.gz | |
Change email message to make it more accurate
Diffstat (limited to 'signup.php')
| -rw-r--r-- | signup.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 #### |
