fix english typo (#684)

This commit is contained in:
Jakob Schnell
2017-11-16 18:18:58 +01:00
committed by Raphael Michel
parent e0e37d9a2d
commit 445afcc50c
4 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs):
'pretix.event.order.invoice.reissued': _('The invoice has been reissued.'),
'pretix.event.order.comment': _('The order\'s internal comment has been updated.'),
'pretix.event.order.payment.changed': _('The payment method has been changed.'),
'pretix.event.order.email.sent': _('An unindentified type email has been sent.'),
'pretix.event.order.email.sent': _('An unidentified type email has been sent.'),
'pretix.event.order.email.custom_sent': _('A custom email has been sent.'),
'pretix.event.order.email.expire_warning_sent': _('An email has been sent with a warning that the order is about '
'to expire.'),