Explorar el Código

Merge pull request #4096 from elju/patch-1

Updated forms.py to match current naming (Fix for #4095)
Jeremy Stretch hace 6 años
padre
commit
3f2c74f5e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/dcim/forms.py

+ 1 - 1
netbox/dcim/forms.py

@@ -42,7 +42,7 @@ DEVICE_BY_PK_RE = r'{\d+\}'
 INTERFACE_MODE_HELP_TEXT = """
 Access: One untagged VLAN<br />
 Tagged: One untagged VLAN and/or one or more tagged VLANs<br />
-Tagged All: Implies all VLANs are available (w/optional untagged VLAN)
+Tagged (All): Implies all VLANs are available (w/optional untagged VLAN)
 """