From 073860cd5b4e1577254072a83d0191b57c023810 Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Thu, 22 Mar 2018 18:34:59 +0100 Subject: [PATCH] Refs #828 -- Presale: change order thankyou text (#832) --- src/pretix/presale/templates/pretixpresale/event/order.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/order.html b/src/pretix/presale/templates/pretixpresale/event/order.html index c814ac952..52404767e 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order.html +++ b/src/pretix/presale/templates/pretixpresale/event/order.html @@ -23,11 +23,10 @@

{% trans "We successfully received your payment. See below for details." %}

{% endif %}

{% blocktrans trimmed %} - Please bookmark or save the link to this exact page if you want to download your ticket or change - your details later. We also sent you an email containing the link to the address you specified. + Please bookmark or save the link to this exact page if you want to access your order later. We also sent you an email containing the link to the address you specified. {% endblocktrans %}

{% blocktrans trimmed %} - Please save the following link if you want to download your ticket or change your details later. We + Please save the following link if you want to access your order later. We also sent you an email containing the link to the address you specified. {% endblocktrans %}
{{ url }}