diff --git a/code/modules/integrated_electronics/subtypes/reagents.dm b/code/modules/integrated_electronics/subtypes/reagents.dm
index 8a889db2e5..bdea98bae3 100644
--- a/code/modules/integrated_electronics/subtypes/reagents.dm
+++ b/code/modules/integrated_electronics/subtypes/reagents.dm
@@ -145,8 +145,8 @@
var/fraction = min(transfer_amount/reagents.total_volume, 1)
reagents.reaction(L, INJECT, fraction)
reagents.trans_to(L, transfer_amount)
- L.visible_message("[src] injects [L] with it's needle!", \
- "[src] injects you with it's needle!")
+ L.visible_message("[src] injects [L] with its needle!", \
+ "[src] injects you with its needle!")
else
busy = FALSE
activate_pin(3)