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

Ensure all filter labels are translated

This commit is contained in:
Jeremy Stretch
2024-03-12 12:14:13 -04:00
parent bea32aef71
commit 572efeb987
3 changed files with 11 additions and 11 deletions

View File

@@ -754,7 +754,7 @@ class DeviceFilterForm(
)
has_oob_ip = forms.NullBooleanField(
required=False,
label='Has an OOB IP',
label=_('Has an OOB IP'),
widget=forms.Select(
choices=BOOLEAN_WITH_BLANK_CHOICES
)