Преглед изворни кода

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>