diff --git a/code/modules/mob/living/silicon/robot/login.dm b/code/modules/mob/living/silicon/robot/login.dm
index 56bd66a832e..89939627eba 100644
--- a/code/modules/mob/living/silicon/robot/login.dm
+++ b/code/modules/mob/living/silicon/robot/login.dm
@@ -3,7 +3,7 @@
regenerate_icons()
if(isMoMMI(src))
src << "MoMMIs are not standard cyborgs, and have different laws. Review your laws carefully."
- src << "For newer players, a simple FAQ is here. Further questions should be directed to adminhelps (F1)."
+ src << "For newer players, a simple FAQ is here. Further questions should be directed to adminhelps (F1)."
src << "For cuteness' sake, using the various emotes MoMMIs have such as *beep, *ping, *buzz or *aflap isn't considered interacting. Don't use that as an excuse to get involved though, always remain neutral."
show_laws(0)
if(mind) ticker.mode.remove_revolutionary(mind)