Change "Battery Power" to "Load" for APCs (#19766)

This commit is contained in:
Kevin Zheng
2023-09-03 06:24:24 -08:00
committed by GitHub
parent 761e19db51
commit 4c73c8d3ef
2 changed files with 2 additions and 2 deletions

View File

@@ -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)