浏览代码

Fixes #1653: Remove outdated description for DeviceType's is_network_device flag

Jeremy Stretch 8 年之前
父节点
当前提交
bbd0761887
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/templates/dcim/devicetype.html

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

@@ -120,7 +120,7 @@
                     </td>
                     <td>
                         <strong>Network Device</strong><br />
-                        <small class="text-muted">This device {% if devicetype.is_network_device %}has{% else %}does not have{% endif %} non-management network interfaces</small>
+                        <small class="text-muted">This device {% if devicetype.is_network_device %}has{% else %}does not have{% endif %} network interfaces</small>
                     </td>
                 </tr>
                 <tr>