Skip to content

Commit

Permalink
use LocalizedJobTitle in crew manifest (#2037)
Browse files Browse the repository at this point in the history
localize

Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Oct 24, 2024
1 parent dcc4198 commit 7ab6ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7ab6ff1

Please sign in to comment.