From c49d9773790af8cee5bcd4a1d3a6215a4a64758b Mon Sep 17 00:00:00 2001 From: El Ju <50764748+elju@users.noreply.github.com> Date: Wed, 5 Feb 2020 17:26:44 +0100 Subject: [PATCH] Updated forms.py to match current naming --- netbox/dcim/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/forms.py b/netbox/dcim/forms.py index 68792fd88..9a393ba7d 100644 --- a/netbox/dcim/forms.py +++ b/netbox/dcim/forms.py @@ -42,7 +42,7 @@ DEVICE_BY_PK_RE = r'{\d+\}' INTERFACE_MODE_HELP_TEXT = """ Access: One untagged VLAN
Tagged: One untagged VLAN and/or one or more tagged VLANs
-Tagged All: Implies all VLANs are available (w/optional untagged VLAN) +Tagged (All): Implies all VLANs are available (w/optional untagged VLAN) """