diff --git a/code/game/jobs/job/job.dm b/code/game/jobs/job/job.dm
index ec9b8776f80..572b5933255 100644
--- a/code/game/jobs/job/job.dm
+++ b/code/game/jobs/job/job.dm
@@ -207,7 +207,7 @@
if(isturf(placed_in))
to_chat(H, "Placing \the [G] on [placed_in]!")
else
- to_chat(H, "Placing \the [G] in [placed_in.name]]")
+ to_chat(H, "Placing \the [G] in [placed_in.name]")
continue
if(H.equip_to_appropriate_slot(G))
to_chat(H, "Placing \the [G] in your inventory!")