From 38dc0bbe9f710e618f0f3f44cdeadcc845d90ba0 Mon Sep 17 00:00:00 2001 From: Bruno Blanes Date: Mon, 26 Jun 2023 17:00:02 -0300 Subject: [PATCH] Eliminate possible name conflict --- netbox/dcim/choices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/dcim/choices.py b/netbox/dcim/choices.py index 5d1c39c78..1113913d4 100644 --- a/netbox/dcim/choices.py +++ b/netbox/dcim/choices.py @@ -728,8 +728,8 @@ class PowerOutletTypeChoices(ChoiceSet): (TYPE_ITA_MULTISTANDARD, 'ITA Multistandard'), )), ('NBR 14136', ( - (TYPE_NBR_14136_10A, '2P+T 10A'), - (TYPE_NBR_14136_20A, '2P+T 20A'), + (TYPE_NBR_14136_10A, 'NBR 2P+T 10A'), + (TYPE_NBR_14136_20A, 'NBR 2P+T 20A'), )), ('USB', ( (TYPE_USB_A, 'USB Type A'),