forked from CGM_Public/pretix_original
Minor clarification in ticket download hint (#237)
This commit is contained in:
committed by
Raphael Michel
parent
f1565d1089
commit
03ec7e3389
@@ -5344,7 +5344,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: pretix/presale/templates/pretixpresale/event/order.html:80
|
#: pretix/presale/templates/pretixpresale/event/order.html:80
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You will be able to download your tickets here on %(date)s."
|
msgid "You will be able to download your tickets here starting on %(date)s."
|
||||||
msgstr "Sie können Ihre Tickets hier ab %(date)s herunterladen."
|
msgstr "Sie können Ihre Tickets hier ab %(date)s herunterladen."
|
||||||
|
|
||||||
#: pretix/presale/templates/pretixpresale/event/order.html:93
|
#: pretix/presale/templates/pretixpresale/event/order.html:93
|
||||||
|
|||||||
@@ -5333,7 +5333,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: pretix/presale/templates/pretixpresale/event/order.html:80
|
#: pretix/presale/templates/pretixpresale/event/order.html:80
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You will be able to download your tickets here on %(date)s."
|
msgid "You will be able to download your tickets here starting on %(date)s."
|
||||||
msgstr "Du kannst deine Tickets hier ab %(date)s herunterladen."
|
msgstr "Du kannst deine Tickets hier ab %(date)s herunterladen."
|
||||||
|
|
||||||
#: pretix/presale/templates/pretixpresale/event/order.html:93
|
#: pretix/presale/templates/pretixpresale/event/order.html:93
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% blocktrans trimmed with date=event.settings.ticket_download_date|date:"SHORT_DATE_FORMAT" %}
|
{% blocktrans trimmed with date=event.settings.ticket_download_date|date:"SHORT_DATE_FORMAT" %}
|
||||||
You will be able to download your tickets here on {{ date }}.
|
You will be able to download your tickets here starting on {{ date }}.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user