diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index a29f1e79..bb704cc1 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -44,11 +44,11 @@ {% if placeholder.status in ['Abstract', 'Real'] %} - Binding + New Twin {% elif placeholder.status == 'Twin' %} - Unbinding + Delete Twin {% endif %}