forked from CGM_Public/pretix_original
Fix typos and whitespace
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -107,5 +107,6 @@ WeChat
|
||||
WhatsApp
|
||||
whitespace
|
||||
xlsx
|
||||
xml
|
||||
Yubikey
|
||||
ZVT
|
||||
|
||||
@@ -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