diff --git a/Content.Client/Preferences/UI/RequirementsSelector.cs b/Content.Client/Preferences/UI/RequirementsSelector.cs index 2b0ae7eb1d..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(Proto.ID + "-loadout"), + Title = Loc.GetString("Job" + Proto.ID), //WD edit }; _loadoutWindow.RefreshLoadouts(_loadout, session, collection);