diff --git a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm
index 6140e36643d..f35097e5cd7 100644
--- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm
+++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm
@@ -477,7 +477,7 @@
if(usr == occupant)//If the user is inside the tube...
if(usr.stat == DEAD)
return
- to_chat(usr, "Release sequence activated. This will take two minutes.")
+ to_chat(usr, "Release sequence activated. This will take one minute.")
sleep(600)
if(!src || !usr || !occupant || (occupant != usr)) //Check if someone's released/replaced/bombed him already
return