diff --git a/code/modules/admin/banjob.dm b/code/modules/admin/banjob.dm
index 2c984019b41..bfcfe53eac6 100644
--- a/code/modules/admin/banjob.dm
+++ b/code/modules/admin/banjob.dm
@@ -173,7 +173,7 @@ DEBUG
if(bantype != null)
is_actually_banned = 1
- var/output = "[bantype]: [bantime] [job] - [reason] by [ackey]"
+ var/output = "[bantype]: [bantime] [job] - REASON: [reason], by [ackey]"
to_chat(src, "[output]")
//temps
@@ -193,7 +193,7 @@ DEBUG
if(bantype != null)
is_actually_banned = 1
- to_chat(src, "[bantype]: [job] - [reason] by [ackey]; [bantime]; [duration]; expires [expiration]")
+ to_chat(src, "[bantype]: [job] - REASON: [reason], by [ackey]; [bantime]; [duration]; expires [expiration]")
if(!is_actually_banned)
to_chat(src, "You have no active jobbans!")