From bed1d03b607b1a32ff30500f85d982274bf8ddab Mon Sep 17 00:00:00 2001 From: Hero010h <163765999+Hero010h@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:27:00 +0300 Subject: [PATCH] Loadout name Fix --- 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 2b0ae7eb1d..534fbf6af6 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), }; _loadoutWindow.RefreshLoadouts(_loadout, session, collection);