peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
204 stars 17 forks source link

Incorrect tenant group label in the zone bulk import form #418

Closed peteeckel closed 1 month ago

peteeckel commented 1 month ago

Versions NetBox Version: 4.1.3 NetBox DNS Version: 1.1.3 Python Version: 3.12.5

Describe the bug The label for the 'Tenant Group' field in the Zone bulk import form incorrectly reads 'Tenant'.

To Reproduce Look at the 'Tenancy' section of the bulk edit form for Zone objects.

Expected result The labels are correct

Actual result

Screenshot 2024-10-09 at 08 37 25

Thanks @dhoffend!