From d8c9bcbcf7ce02e1a6f08b4e8f99f32063e3b56c Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 13 May 2022 13:06:04 +0200 Subject: [PATCH] #3400 change the names of the status for the correct names --- ereuse_devicehub/templates/inventory/device_detail.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index f18c1e0e..9bab1528 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -124,15 +124,15 @@
Status Details
-
Physical States
+
Physical State
{{ device.physical or '' }}
-
Trading States
-
{{ device.last_action_trading or ''}}
+
Lifecycle States
+
{{ device.last_action_trading or ''}}
-
Usage States
+
Allocated States
{{ device.usage or '' }}