diff --git a/src/pretix/presale/templates/pretixpresale/event/base.html b/src/pretix/presale/templates/pretixpresale/event/base.html index 63e8f5da3..2566a5014 100644 --- a/src/pretix/presale/templates/pretixpresale/event/base.html +++ b/src/pretix/presale/templates/pretixpresale/event/base.html @@ -129,7 +129,7 @@

{% eventurl event "presale:event.timemachine" as time_machine_link %} {% blocktrans trimmed with time_machine_link=time_machine_link %} - To view your shop at different points in time, you can enable + To view your shop at different points in time, you can enable the time machine. {% endblocktrans %}

@@ -139,7 +139,7 @@ {% eventurl event "presale:event.timemachine" as time_machine_link %} {% with time_machine_link_encoded=time_machine_link|urlencode %} {% blocktrans trimmed with time_machine_link=transfer_session_link|add:"?next="|add:time_machine_link_encoded %} - To view your shop at different points in time, you can enable + To view your shop at different points in time, you can enable the time machine. {% endblocktrans %} {% endwith %}