diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html b/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html index 941b3e732..51b54438e 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html @@ -65,8 +65,7 @@ {% endif %} {% if form.is_empty %}
- {% trans "Your account does not include an active membership that allows you to buy this product." %} - {% trans "You will not be able to continue." %} + {% trans "This product can only be purchased when you are logged in with a customer account that includes a valid membership or authorization for this type of product." %}
{% bootstrap_form form layout="checkout" %}