diff --git a/code/game/player/admin_report.dm b/code/game/player/admin_report.dm
index 6009d0bbaf1..5be189222eb 100644
--- a/code/game/player/admin_report.dm
+++ b/code/game/player/admin_report.dm
@@ -96,7 +96,7 @@ client/proc/display_admin_reports()
output += "Offense:[N.body]
"
output += "Occured at [time2text(N.date,"MM/DD hh:mm:ss")]
"
output += "authored by [N.author]
"
- output += " Flag as Handled"
+ output += " Flag as Handled"
if(src.key == N.author)
output += " Edit"
output += "
"