diff --git a/chat.php b/chat.php
index fca40af..1a77d34 100644
--- a/chat.php
+++ b/chat.php
@@ -1593,7 +1593,7 @@ function send_notes(int $type){
echo '
'.form_target('view', 'notes', 'admin').submit($I['admnotes']).' | ';
}
if($U['status']>=5){
- echo ''.form_target('view', 'notes', 'staff').submit($I['staffnotes']).' | ';
+ echo ''.form_target('view', 'notes', 'staff').submit($I['staffnotes']).' | ';
}
if($personalnotes){
echo ''.form_target('view', 'notes').submit($I['personalnotes']).' | ';