diff --git a/code/game/objects/items/stacks/telecrystal.dm b/code/game/objects/items/stacks/telecrystal.dm
index 6f160ca2440..4e00395cc15 100644
--- a/code/game/objects/items/stacks/telecrystal.dm
+++ b/code/game/objects/items/stacks/telecrystal.dm
@@ -32,7 +32,7 @@
return
cart.telecrystals += amount
use(amount)
- to_chat(user, "You slot [src] into the [cart]. The next time it's used, it will also give telecrystals")
+ to_chat(user, "You slot [src] into [cart]. The next time it's used, it will also give telecrystals")
/obj/item/stack/telecrystal/five
amount = 5