diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html
index 74d469a12..49927decb 100644
--- a/netbox/templates/dcim/device.html
+++ b/netbox/templates/dcim/device.html
@@ -377,7 +377,7 @@
Leg {{ leg.name }} |
{{ leg.outlet_count }} |
- {{ leg.allocated }} |
+ {{ leg.allocated }}VA |
{{ powerfeed.available_power|divide:3 }}VA |
{% with phase_available=powerfeed.available_power|divide:3 %}
{% utilization_graph leg.allocated|percentage:phase_available %} |