diff --git a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs index 80c88917c02..e416effbdd8 100644 --- a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs +++ b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs @@ -159,7 +159,7 @@ public void CreateGeneralRecord( { Name = name, Age = age, - JobTitle = card?.Comp.JobTitle ?? jobPrototype.LocalizedName, // DeltaV + JobTitle = card?.Comp.LocalizedJobTitle ?? jobPrototype.LocalizedName, // DeltaV JobIcon = card?.Comp.JobIcon ?? jobPrototype.Icon, // DeltaV JobPrototype = jobId, Species = species,