diff --git a/netbox/netbox/forms.py b/netbox/netbox/forms.py index 85343ec77..72a3ab8de 100644 --- a/netbox/netbox/forms.py +++ b/netbox/netbox/forms.py @@ -35,7 +35,7 @@ OBJ_TYPE_CHOICES = ( class SearchForm(BootstrapMixin, forms.Form): q = forms.CharField( - label='Query', widget=forms.TextInput(attrs={'style': 'width: 350px'}) + label='Search', widget=forms.TextInput(attrs={'style': 'width: 350px'}) ) obj_type = forms.ChoiceField( choices=OBJ_TYPE_CHOICES, required=False, label='Type'