diff --git a/Content.Shared/Humanoid/NamingSystem.cs b/Content.Shared/Humanoid/NamingSystem.cs index 558a0b945dc..28c8f3d3822 100644 --- a/Content.Shared/Humanoid/NamingSystem.cs +++ b/Content.Shared/Humanoid/NamingSystem.cs @@ -36,8 +36,8 @@ public string GetName(string species, Gender? gender = null) return Loc.GetString("namepreset-firstdashfirst", ("first1", GetFirstName(speciesProto, gender)), ("first2", GetFirstName(speciesProto, gender))); case SpeciesNaming.XnoY: - return Loc.GetString("namepreset-x-no-y", - ("first", GetFirstName(speciesProto, gender)), ("last", GetLastName(speciesProto))); + return Loc.GetString("namepreset-firstdashnodashlast", + ("first", GetFirstName(speciesProto, gender)), ("last", GetLastName(speciesProto, gender))); case SpeciesNaming.FirstLast: default: return Loc.GetString("namepreset-firstlast",