diff --git a/code/modules/station_goals/shield.dm b/code/modules/station_goals/shield.dm
index f67f370636..265dd96532 100644
--- a/code/modules/station_goals/shield.dm
+++ b/code/modules/station_goals/shield.dm
@@ -174,6 +174,6 @@
if(obj_flags & EMAGGED)
return
obj_flags |= EMAGGED
- to_chat(user, "You scramble the satellite's controller, increasing the chance of meteor strikes.")
+ to_chat(user, "You access the satellite's debug mode, increasing the chance of meteor strikes.")
if(active)
change_meteor_chance(2)