diff --git a/zentral/contrib/santa/forms.py b/zentral/contrib/santa/forms.py index 54f94b0ee1..7fb44d997f 100644 --- a/zentral/contrib/santa/forms.py +++ b/zentral/contrib/santa/forms.py @@ -547,8 +547,8 @@ class TargetSearchForm(forms.Form): ('90', '90 days')], ) configuration = forms.ModelChoiceField(queryset=Configuration.objects.all(), empty_label="…") - has_yes_votes = forms.BooleanField(label="Yes votes") - has_no_votes = forms.BooleanField(label="No votes") + has_yes_votes = forms.BooleanField(label="Has upvotes") + has_no_votes = forms.BooleanField(label="Has downvotes") todo = forms.BooleanField(label="Waiting for my ballot only", required=False, initial=False) order_by = forms.ChoiceField( label="Order by",