diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 95a3fec8a..aa1b80cf7 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -314,7 +314,7 @@ Weight {% if object.total_weight %} - {{ object.total_weight|floatformat }} {{ object.device_type.get_weight_unit_display }} + {{ object.total_weight|floatformat }} Kilograms {% else %} {{ ''|placeholder }} {% endif %}