From c1053b9fd1c81a1bf18da7f9387f4d7d7242fce2 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Thu, 14 Mar 2024 17:15:35 +0100 Subject: [PATCH] Fix typo in Add Components dropdown --- netbox/templates/dcim/device/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/device/base.html b/netbox/templates/dcim/device/base.html index 43d5c5ae9..90cb829ac 100644 --- a/netbox/templates/dcim/device/base.html +++ b/netbox/templates/dcim/device/base.html @@ -42,7 +42,7 @@ {% if perms.dcim.add_rearport %}
  • {% trans "Rear Ports" %}
  • {% endif %} - {% if perms.dcim.add_devicebay %} + {% if perms.dcim.add_modulebay %}
  • {% trans "Module Bays" %}
  • {% endif %} {% if perms.dcim.add_devicebay %}