diff --git a/Content.Server/Store/Systems/StoreSystem.Ui.cs b/Content.Server/Store/Systems/StoreSystem.Ui.cs index f7a095f1be..228af4120c 100644 --- a/Content.Server/Store/Systems/StoreSystem.Ui.cs +++ b/Content.Server/Store/Systems/StoreSystem.Ui.cs @@ -159,7 +159,7 @@ public sealed partial class StoreSystem : EntitySystem if (TryComp(buyer, out var mind)) { _admin.Add(LogType.StorePurchase, LogImpact.Low, - $"{ToPrettyString(mind.Owner):player} purchased listing \"{listing.Name}\" from {ToPrettyString(uid)}"); + $"{ToPrettyString(mind.Owner):player} purchased listing \"{Loc.GetString(listing.Name)}\" from {ToPrettyString(uid)}"); } listing.PurchaseAmount++; //track how many times something has been purchased