mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix typos and whitespace
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<h1>{% trans "Export SEPA xml" %}</h1>
|
||||
|
||||
<p>
|
||||
{% blocktrans with sum=export.sum|money:export.currency date=export.datetime|date count cnt=export.cnt %}
|
||||
{% blocktrans trimmed with sum=export.sum|money:export.currency date=export.datetime|date count cnt=export.cnt %}
|
||||
You are trying to download a refund export from {{ date }} with one order and a
|
||||
total of {{ sum }}.
|
||||
{% plural %}
|
||||
@@ -20,7 +20,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% blocktrans %}
|
||||
{% blocktrans trimmed %}
|
||||
Please state from which bank account the refunds should be transferred from.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user