diff --git a/Content.Client/Preferences/UI/RequirementsSelector.cs b/Content.Client/Preferences/UI/RequirementsSelector.cs index 534fbf6af6..2a2a8a0865 100644 --- a/Content.Client/Preferences/UI/RequirementsSelector.cs +++ b/Content.Client/Preferences/UI/RequirementsSelector.cs @@ -134,7 +134,7 @@ public abstract class RequirementsSelector : BoxContainer where T : IPrototyp _loadoutWindow = new LoadoutWindow(profile, _loadout, protoManager.Index(_loadout.Role), session, collection) { - Title = Loc.GetString("Job" + Proto.ID), + Title = Loc.GetString("Job" + Proto.ID), //WD edit }; _loadoutWindow.RefreshLoadouts(_loadout, session, collection);