Change category of 'MatchesEventFilter' (#1130)

This commit is contained in:
Matthias Kemmer
2021-02-19 18:45:38 +01:00
committed by GitHub
parent 1a48e8a03e
commit e7401f3aaa

View File

@@ -52,7 +52,7 @@ class MatchesEventFilter(MatchesEventFilterBase):
name = _('Persons with events matching the <event filter>')
description = _("Matches persons who have events that match a certain"
" event filter")
category = _('General filters')
category = _('Event filters')
# we want to have this filter show event filters
namespace = 'Event'