From 4b5cd35a0e7410f60888d71ae803290434ac2df4 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 24 May 2024 10:47:09 +0200 Subject: [PATCH] Add a "the" --- src/pretix/presale/templates/pretixpresale/event/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/base.html b/src/pretix/presale/templates/pretixpresale/event/base.html index 63e8f5da34..2566a5014c 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 %}