diff --git a/netbox/dcim/tables/devices.py b/netbox/dcim/tables/devices.py index 83bf62a2c..bffbe71f1 100644 --- a/netbox/dcim/tables/devices.py +++ b/netbox/dcim/tables/devices.py @@ -467,10 +467,10 @@ class PowerPortTable(ModularDeviceComponentTable, PathEndpointTable): } ) maximum_draw = tables.Column( - verbose_name=_('Maximum draw (watts)') + verbose_name=_('Maximum draw (W)') ) allocated_draw = tables.Column( - verbose_name=_('Allocated draw (watts)') + verbose_name=_('Allocated draw (W)') ) tags = columns.TagColumn( url_name='dcim:powerport_list'