mirror of
https://github.com/pretix/pretix.git
synced 2026-08-21 12:36:26 +00:00
Clarify meaning of cancelled for scheduled mails
This commit is contained in:
@@ -323,7 +323,6 @@ class Order(LockModel, LoggedModel):
|
||||
)
|
||||
|
||||
STATUS_FILTERS = (
|
||||
('', _('All orders')),
|
||||
(_('Valid orders'), (
|
||||
(STATUS_PAID, _('Paid (or canceled with paid fee)')),
|
||||
(STATUS_PAID + 'v', _('Paid or confirmed')),
|
||||
|
||||
Reference in New Issue
Block a user