diff --git a/check.php b/check.php
index 0914a21..8ebcccc 100644
--- a/check.php
+++ b/check.php
@@ -26,7 +26,7 @@ if (isset($_POST['name'], $_POST['table'])) {
$time = millis_to_date($row['time']);
$until = millis_to_date($row['until']);
echo($name . ' is banned!
');
- echo('Banned by ' . $banner . '
');
+ echo('Banned by: ' . $banner . '
');
echo('Reason: ' . $reason . '
');
echo('Banned on: ' . $time . '
');
if ($row['until'] > 0) {