diff --git a/ext/ipban/main.php b/ext/ipban/main.php index b3f01a25..4a38e75f 100644 --- a/ext/ipban/main.php +++ b/ext/ipban/main.php @@ -224,7 +224,7 @@ class IPBan extends Extension { $contact_link = $config->get_string("contact_link"); if(!empty($contact_link)) { - print "

Contact The Admin"; + print "

Contact the staff (be sure to include this message)"; } exit; }