diff --git a/code/game/verbs/who.dm b/code/game/verbs/who.dm
index a31ae85a5bd..4a0429dd576 100644
--- a/code/game/verbs/who.dm
+++ b/code/game/verbs/who.dm
@@ -126,6 +126,6 @@
modmsg += "\t[C] is a [C.holder.rank]\n"
num_mods_online++
- var/noadmins_info = "\nIf no admins or mentors are online, make a ticket anyways. Adminhelps and mentorhelps will be relayed to discord, and staff will still be informed."
+ var/noadmins_info = "\nIf no admins or mentors are online, make a ticket anyways. Adminhelps and mentorhelps will be relayed to discord, and staff will still be informed."
msg = "Current Admins ([num_admins_online]):\n" + msg + "\nCurrent Mentors ([num_mods_online]):\n" + modmsg + noadmins_info
to_chat(src, msg)