From 956b6f43e4a64fd52307407e45de20c5cb53bc4f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 25 Nov 2020 18:03:21 +0100 Subject: [PATCH] Fix typo --- src/pretix/base/models/checkin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/models/checkin.py b/src/pretix/base/models/checkin.py index 27d67c3d51..c4210f09a9 100644 --- a/src/pretix/base/models/checkin.py +++ b/src/pretix/base/models/checkin.py @@ -20,7 +20,7 @@ class CheckinList(LoggedModel): include_pending = models.BooleanField(verbose_name=pgettext_lazy('checkin', 'Include pending orders'), default=False, help_text=_('With this option, people will be able to check in even if the ' - 'order have not been paid.')) + 'order has not been paid.')) gates = models.ManyToManyField( 'Gate', verbose_name=_("Gates"), blank=True, help_text=_("Does not have any effect for the validation of tickets, only for the automatic configuration of "