Localization of the title of the job (#30353)
This commit is contained in:
@@ -31,7 +31,7 @@ public sealed class CharacterInfoSystem : EntitySystem
|
||||
var entity = args.SenderSession.AttachedEntity.Value;
|
||||
|
||||
var objectives = new Dictionary<string, List<ObjectiveInfo>>();
|
||||
var jobTitle = "No Profession";
|
||||
var jobTitle = Loc.GetString("character-info-no-profession");
|
||||
string? briefing = null;
|
||||
if (_minds.TryGetMind(entity, out var mindId, out var mind))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user