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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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