Fixes #8001: Correct verbose name for wireless LAN group model

This commit is contained in:
jeremystretch
2021-12-08 10:45:27 -05:00
parent d59847537d
commit 988383648c
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
* [#7990](https://github.com/netbox-community/netbox/issues/7990) - Fix `title` display on contact detail view
* [#7996](https://github.com/netbox-community/netbox/issues/7996) - Show WWN field in interface creation form
* [#8001](https://github.com/netbox-community/netbox/issues/8001) - Correct verbose name for wireless LAN group model
---