Fix typos

This commit is contained in:
Raphael Michel
2021-05-06 21:02:35 +02:00
parent d915447624
commit 65d1e41b0e
32 changed files with 62 additions and 62 deletions

View File

@@ -114,7 +114,7 @@ DEFAULTS = {
'serializer_class': serializers.BooleanField,
'form_kwargs': dict(
label=_("Allow customers to create accounts"),
help_text=_("This will allow customers to sign up for an account on your ticket shop. This is a prerequesite for some "
help_text=_("This will allow customers to sign up for an account on your ticket shop. This is a prerequisite for some "
"advanced features like memberships.")
)
},