Skip to content

Commit

Permalink
use LocalizedJobTitle in crew manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Oct 24, 2024
1 parent dcc4198 commit d1b580a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content.Client/CrewManifest/UI/CrewManifestSection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ public CrewManifestSection(
};

var title = new RichTextLabel();
title.SetMessage(entry.JobTitle);

title.SetMessage(entry.LocalizedJobTitle);

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 51 in Content.Client/CrewManifest/UI/CrewManifestSection.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

'CrewManifestEntry' does not contain a definition for 'LocalizedJobTitle' and no accessible extension method 'LocalizedJobTitle' accepting a first argument of type 'CrewManifestEntry' could be found (are you missing a using directive or an assembly reference?)

if (prototypeManager.TryIndex<JobIconPrototype>(entry.JobIcon, out var jobIcon))
{
Expand Down

0 comments on commit d1b580a

Please sign in to comment.