1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

15211 fix typo on DeviceType detail view

This commit is contained in:
Arthur
2024-02-20 16:16:09 -08:00
committed by Jeremy Stretch
parent f751afcce7
commit a1ee02cdf0

View File

@ -41,7 +41,7 @@
<td>{{ object.u_height|floatformat }}</td>
</tr>
<tr>
<td>{% trans "Exclude From Utilization" %})</td>
<td>{% trans "Exclude From Utilization" %}</td>
<td>{% checkmark object.exclude_from_utilization %}</td>
</tr>
<tr>