diff --git a/src/pretix/presale/templates/pretixpresale/event/order.html b/src/pretix/presale/templates/pretixpresale/event/order.html index 4d990f38e..4f3e9fa6e 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order.html +++ b/src/pretix/presale/templates/pretixpresale/event/order.html @@ -345,7 +345,13 @@

+ {% if user_change_allowed and user_cancel_allowed %} {% trans "Change or cancel your order" context "action" %} + {% elif user_change_allowed %} + {% trans "Change your order" context "action" %} + {% else %} + {% trans "Cancel your order" context "action" %} + {% endif %}