From 839aca6561b628756481d9ef772a2b4e9337e872 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Tue, 29 Oct 2024 17:21:32 +0100 Subject: [PATCH] add missing word --- src/pretix/control/templates/pretixcontrol/order/change.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/change.html b/src/pretix/control/templates/pretixcontrol/order/change.html index 92aa9bece..645c9ab62 100644 --- a/src/pretix/control/templates/pretixcontrol/order/change.html +++ b/src/pretix/control/templates/pretixcontrol/order/change.html @@ -431,7 +431,7 @@ {% bootstrap_field fee.form.operation_cancel layout='inline' %} {% if fee.fee_type == "payment" %} - {% trans "Manually modifying payment fees is discouraged since they might automatically be on subsequent order changes or when choosing a different payment method." %} + {% trans "Manually modifying payment fees is discouraged since they might automatically be updated on subsequent order changes or when choosing a different payment method." %} {% endif %}