mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Fix Dashboard-Tile Translation (number of orders) (#612)
* Fix #556 - Max. redemptions instead of amount of vouchers * Update Translation for Dashboard-Tile
This commit is contained in:
committed by
Raphael Michel
parent
631cded0d6
commit
b608125545
@@ -7485,8 +7485,8 @@ msgstr "Bald"
|
|||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{num} order"
|
msgid "{num} order"
|
||||||
msgid_plural "{num} orders"
|
msgid_plural "{num} orders"
|
||||||
msgstr[0] "Bestellung bestätigen"
|
msgstr[0] "{num} Bestellung"
|
||||||
msgstr[1] "Bestellung bestätigen"
|
msgstr[1] "{num} Bestellungen"
|
||||||
|
|
||||||
#: pretix/control/views/event.py:105 pretix/control/views/event.py:251
|
#: pretix/control/views/event.py:105 pretix/control/views/event.py:251
|
||||||
#: pretix/control/views/event.py:291 pretix/control/views/event.py:355
|
#: pretix/control/views/event.py:291 pretix/control/views/event.py:355
|
||||||
|
|||||||
Reference in New Issue
Block a user