diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index 461a6e2a..66344ddb 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -132,7 +132,7 @@
-
Lifecycle States
+
Lifecycle State
{% if device.status %} {{ device.status.type }} @@ -140,7 +140,7 @@
-
Allocated States
+
Allocated State
{% if device.allocated_status %} {{ device.allocated_status.type }}