diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm
index fac4f7f31b..c0d7cad13b 100644
--- a/code/game/machinery/cloning.dm
+++ b/code/game/machinery/cloning.dm
@@ -331,8 +331,8 @@
to_chat(user, "Error: Pod has no occupant.")
return
else
- connected_message("Authorized Ejection")
- SPEAK("An authorized ejection of [clonemind.name] has occurred.")
+ connected_message("Emergency Ejection")
+ SPEAK("An emergency ejection of [clonemind.name] has occurred. Survival not guaranteed.")
to_chat(user, "You force an emergency ejection. ")
go_out()
else