diff --git a/signup/signup-handler.php b/signup/signup-handler.php
index 2673f0a..5460ab0 100644
--- a/signup/signup-handler.php
+++ b/signup/signup-handler.php
@@ -200,7 +200,7 @@ $makeuser
if (mail('root', 'new tilde.club signup', $msgbody)) {
echo '
- email sent! we\'ll get back to you soon (usually within a day) with login instructions!
back to tilde.club home
+ email sent! we\'ll get back to you soon with login instructions! (timeframe for processing signups varies greatly)
back to tilde.club home
';
// temp. add to forbidden to prevent double signups (cleanup after user creation)
file_put_contents("/var/signups_current", $name.PHP_EOL, FILE_APPEND);