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:
Martin Gross
2017-08-30 14:47:03 +02:00
committed by Raphael Michel
parent 631cded0d6
commit b608125545

View File

@@ -7485,8 +7485,8 @@ msgstr "Bald"
#, python-brace-format
msgid "{num} order"
msgid_plural "{num} orders"
msgstr[0] "Bestellung bestätigen"
msgstr[1] "Bestellung bestätigen"
msgstr[0] "{num} Bestellung"
msgstr[1] "{num} Bestellungen"
#: pretix/control/views/event.py:105 pretix/control/views/event.py:251
#: pretix/control/views/event.py:291 pretix/control/views/event.py:355