Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -154,7 +154,7 @@ namespace Content.Client.Wires.UI
|
||||
}),
|
||||
(_serialLabel = new Label
|
||||
{
|
||||
Text = "DEAD-BEEF",
|
||||
Text = Loc.GetString("wires-menu-dead-beef-text"),
|
||||
FontOverride = fontSmall,
|
||||
FontColorOverride = Color.Gray,
|
||||
VerticalAlignment = VAlignment.Center,
|
||||
|
||||
Reference in New Issue
Block a user