Change "Battery Power" to "Load" for APCs (#19766)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Content.Client.Power.APC.UI
|
||||
|
||||
if (PowerLabel != null)
|
||||
{
|
||||
PowerLabel.Text = castState.Power + "W";
|
||||
PowerLabel.Text = castState.Power + " W";
|
||||
}
|
||||
|
||||
if (ExternalPowerStateLabel != null)
|
||||
|
||||
Reference in New Issue
Block a user