From 8471422bba006fced6ab20a76bfc89557b61161b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 2 Jun 2023 19:08:21 +0200 Subject: [PATCH] Fix grammer error in settings help text --- src/pretix/base/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/settings.py b/src/pretix/base/settings.py index b8c193653..c127dfa22 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -1409,7 +1409,7 @@ DEFAULTS = { 'form_class': forms.BooleanField, 'form_kwargs': dict( label=_("Show number of check-ins to customer"), - help_text=_('With this option enabled, your customers will be able how many times they entered ' + help_text=_('With this option enabled, your customers will be able to see how many times they entered ' 'the event. This is usually not necessary, but might be useful in combination with tickets ' 'that are usable a specific number of times, so customers can see how many times they have ' 'already been used. Exits or failed scans will not be counted, and the user will not see '