1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

13768 fix typo

This commit is contained in:
Arthur
2023-09-14 11:14:58 -07:00
committed by Jeremy Stretch
parent 6939bf8aed
commit 487827c776

View File

@ -327,7 +327,7 @@ class ConfigContextForm(BootstrapMixin, SyncedDataMixin, forms.ModelForm):
required=False
)
tenant_groups = DynamicModelMultipleChoiceField(
label=_('Tenat groups'),
label=_('Tenant groups'),
queryset=TenantGroup.objects.all(),
required=False
)