瀏覽代碼

15211 fix typo on DeviceType detail view

Arthur 2 年之前
父節點
當前提交
a1ee02cdf0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/templates/dcim/devicetype.html

+ 1 - 1
netbox/templates/dcim/devicetype.html

@@ -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>