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

@@ -4,7 +4,7 @@
{% block inner %}
<h1>{% trans "Gates" %}</h1>
<p>
{% trans "The list below shows gates that youc an use to group check-in devices." %}
{% trans "The list below shows gates that you can use to group check-in devices." %}
</p>
<a href="{% url "control:organizer.gate.add" organizer=request.organizer.slug %}" class="btn btn-default">
<span class="fa fa-plus"></span>

View File

@@ -193,6 +193,7 @@ Secret
Security
SEPA
Shirts
Signaturverfahren
Social
Sofort
SOFORT
@@ -246,6 +247,7 @@ umzubuchen
URIs
Ursprüngl
USt
Überweisungs
Veranstaltereinstellungen
Veranstalterkonten
Veranstalterkonto

View File

@@ -193,6 +193,7 @@ Secret
Security
SEPA
Shirts
Signaturverfahren
Social
Sofort
SOFORT
@@ -246,6 +247,7 @@ umzubuchen
URIs
Ursprüngl
USt
Überweisungs
Veranstaltereinstellungen
Veranstalterkonten
Veranstalterkonto

View File

@@ -107,5 +107,6 @@ WeChat
WhatsApp
whitespace
xlsx
xml
Yubikey
ZVT

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>