Skip to content

Commit d55eb18

Browse files
committed
add amount expected on control render
1 parent 9699960 commit d55eb18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pretix_eth/templates/pretix_eth/control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% if payment_info %}
44
<dl class="dl-horizontal">
5-
<dt>{% trans "Amount" %}</dt>
5+
<dt>{% trans "Amount Expected" %}</dt>
66
<dd>{{ payment_info.amount }}</dd>
77
<dt>{% trans "Currency type" %}</dt>
88
<dd>{{ payment_info.currency_type }}</dd>

0 commit comments

Comments
 (0)