Skip to content

Commit

Permalink
show correct mail address in pairing view
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Mar 14, 2024
1 parent 71d6091 commit 16ef27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretix_wallet/templates/pretix_wallet/pairing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% block content %}
<div class="box">
<p class="heading">{% translate "Pair your transponder" %}</p>
<p>{% blocktranslate trimmed %}You are about to pair your transponder ({{ token_id }}) with your wallet ({{ user }}).
<p>{% blocktranslate trimmed with email=request.customer.email %}You are about to pair your transponder ({{ token_id }}) with your wallet ({{ email }}).
Please make sure to keep it with you at all times as it can be used to debit balance at our terminals from now on.{% endblocktranslate %}</p>
{% if already_paired %}
<p class="has-text-danger has-text-weight-bold">
Expand Down

0 comments on commit 16ef27b

Please sign in to comment.