From 5659cc0cf8b8f7312328a7ced82edf82ce6f988f Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 22 May 2025 10:37:44 +0200 Subject: [PATCH] Fix spelling/apostrophe --- src/pretix/presale/forms/customer.py | 2 +- src/pretix/presale/templates/pretixpresale/event/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/presale/forms/customer.py b/src/pretix/presale/forms/customer.py index 9e9593245..825892bea 100644 --- a/src/pretix/presale/forms/customer.py +++ b/src/pretix/presale/forms/customer.py @@ -71,7 +71,7 @@ class AuthenticationForm(forms.Form): 'invalid_login': _( "We have not found an account with this email address and password." ), - 'invalid_login_email': _('Please verify that you entered the correct email addess.'), + 'invalid_login_email': _('Please verify that you entered the correct email address.'), 'invalid_login_password': _('Please enter the correct password.'), 'inactive': _("This account is disabled."), 'unverified': _("You have not yet activated your account and set a password. Please click the link in the " diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index 5eaf54cbc..026e87f38 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -243,7 +243,7 @@ {% endif %} {% if ev.presale_is_running and display_add_to_cart %} - {% trans "You didn’t select any ticket." as label_nothing_to_add %} + {% trans "You didn't select any ticket." as label_nothing_to_add %} {% trans "Please tick a checkbox or enter a quantity for one of the ticket types to add to the cart." as description_nothing_to_add %} {% dialog "dialog-nothing-to-add" label_nothing_to_add description_nothing_to_add icon="exclamation-circle" %}