diff --git a/Content.Client/Power/APC/UI/ApcMenu.xaml.cs b/Content.Client/Power/APC/UI/ApcMenu.xaml.cs index f1d488f7c9..dbf68ea07b 100644 --- a/Content.Client/Power/APC/UI/ApcMenu.xaml.cs +++ b/Content.Client/Power/APC/UI/ApcMenu.xaml.cs @@ -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) diff --git a/Resources/Locale/en-US/ui/power-apc.ftl b/Resources/Locale/en-US/ui/power-apc.ftl index 311a9d2760..ed88644994 100644 --- a/Resources/Locale/en-US/ui/power-apc.ftl +++ b/Resources/Locale/en-US/ui/power-apc.ftl @@ -1,7 +1,7 @@ apc-menu-title = APC apc-menu-breaker-label = Main Breaker apc-menu-breaker-button = Toggle -apc-menu-power-label = Battery Power +apc-menu-power-label = Load apc-menu-external-label = External Power apc-menu-charge-label = {$percent} Charged