update ban message
This commit is contained in:
parent
4609549a4b
commit
3e57f725d3
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class IPBan extends Extension {
|
|||
|
||||
$contact_link = $config->get_string("contact_link");
|
||||
if(!empty($contact_link)) {
|
||||
print "<p><a href='$contact_link'>Contact The Admin</a>";
|
||||
print "<p><a href='$contact_link'>Contact the staff (be sure to include this message)</a>";
|
||||
}
|
||||
exit;
|
||||
}
|
||||
|
|
Reference in a new issue