From 6030c521f45317ffa39f626fe37684320c84a04a 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 %}