From 80c0c3e7d171730ca244d5412f6a7a0962fb689f Mon Sep 17 00:00:00 2001 From: Hero010h <163765999+Hero010h@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:55:00 +0300 Subject: [PATCH] Update RequirementsSelector.cs --- Content.Client/Preferences/UI/RequirementsSelector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);