diff --git a/code/game/objects/items/devices/geiger_counter.dm b/code/game/objects/items/devices/geiger_counter.dm
index 566635aa399..b5b20e84196 100644
--- a/code/game/objects/items/devices/geiger_counter.dm
+++ b/code/game/objects/items/devices/geiger_counter.dm
@@ -140,10 +140,10 @@
if(!M.radiation)
to_chat(user, "[bicon(src)] Radiation levels within normal boundaries.")
else
- to_chat(user, "[bicon(src)] Subject is irradiated. Radiation levels: [M.radiation].")
+ to_chat(user, "[bicon(src)] Subject is irradiated. Radiation levels: [M.radiation] rads.")
if(rad_strength)
- to_chat(user, "[bicon(src)] Target contains radioactive contamination. Radioactive strength: [rad_strength]")
+ to_chat(user, "[bicon(src)] Target contains radioactive contamination. Radioactive strength: [rad_strength] rads.")
else
to_chat(user, "[bicon(src)] Target is free of radioactive contamination.")