Fix typos and whitespace

This commit is contained in:
Raphael Michel
2020-10-24 21:58:57 +02:00
parent d932aecc22
commit 142386cb9e
5 changed files with 8 additions and 3 deletions

View File

@@ -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>