Localization of the threat level in an emergency lamp (#29847)
This commit is contained in:
@@ -70,7 +70,7 @@ public sealed class EmergencyLightSystem : SharedEmergencyLightSystem
|
||||
args.PushMarkup(
|
||||
Loc.GetString("emergency-light-component-on-examine-alert",
|
||||
("color", color.ToHex()),
|
||||
("level", name)));
|
||||
("level", Loc.GetString($"alert-level-{name.ToString().ToLower()}"))));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user