typo from tg (real)

This commit is contained in:
SandPoot
2024-04-11 13:35:43 -03:00
parent ea41329544
commit d7062bd9bc

View File

@@ -154,7 +154,7 @@
. += span_notice("<i>You notice the postmarking on the front of the mail...</i>")
var/datum/mind/recipient = recipient_ref.resolve()
if(recipient)
. += span_info("[postmarked ? "Certified NT" : "Uncertfieid"] mail for [recipient].")
. += span_info("[postmarked ? "Certified NT" : "Uncertified"] mail for [recipient].")
else if(postmarked)
. += span_info("Certified mail for [GLOB.station_name].")
else