diff --git a/code/modules/hydroponics/biogenerator.dm b/code/modules/hydroponics/biogenerator.dm
index a6ff30526f6..731ac6eeb17 100644
--- a/code/modules/hydroponics/biogenerator.dm
+++ b/code/modules/hydroponics/biogenerator.dm
@@ -184,7 +184,7 @@
update_ui_product_list(user)
return ITEM_INTERACT_COMPLETE
- to_chat(user, "You cannot put [src] in [name]!")
+ to_chat(user, "You cannot put [used] in [src]!")
return ITEM_INTERACT_COMPLETE
/**