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) if (PowerLabel != null)
{ {
PowerLabel.Text = castState.Power + "W"; PowerLabel.Text = castState.Power + " W";
} }
if (ExternalPowerStateLabel != null) if (ExternalPowerStateLabel != null)

View File

@@ -1,7 +1,7 @@
apc-menu-title = APC apc-menu-title = APC
apc-menu-breaker-label = Main Breaker apc-menu-breaker-label = Main Breaker
apc-menu-breaker-button = Toggle apc-menu-breaker-button = Toggle
apc-menu-power-label = Battery Power apc-menu-power-label = Load
apc-menu-external-label = External Power apc-menu-external-label = External Power
apc-menu-charge-label = {$percent} Charged apc-menu-charge-label = {$percent} Charged