mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
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
|
||||
#, 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."
|
||||
|
||||
#: pretix/presale/templates/pretixpresale/event/order.html:93
|
||||
|
||||
@@ -5333,7 +5333,7 @@ msgstr ""
|
||||
|
||||
#: pretix/presale/templates/pretixpresale/event/order.html:80
|
||||
#, 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."
|
||||
|
||||
#: pretix/presale/templates/pretixpresale/event/order.html:93
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% 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 %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user