Skip to content

Commit

Permalink
Renaming the default value of a selection filter
Browse files Browse the repository at this point in the history
Rename the default value of a selection filter by status.
  • Loading branch information
svmikurov committed Nov 16, 2023
1 parent 33857a5 commit ffa7708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/views/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class IssuesFilter(django_filters.FilterSet):
lookup_expr='icontains',
field_name='info__state',
label='',
empty_label=_('All'),
empty_label=_('Status'),
)

good_first_issue_filter = django_filters.BooleanFilter(
Expand Down

0 comments on commit ffa7708

Please sign in to comment.