mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix German language error
This commit is contained in:
@@ -21430,7 +21430,7 @@ msgstr "Dies ist keine Veranstaltungsreihe."
|
||||
#: pretix/presale/views/widget.py:329
|
||||
#, python-format
|
||||
msgid "from %(start_date)s"
|
||||
msgstr "von %(start_date)s"
|
||||
msgstr "ab %(start_date)s"
|
||||
|
||||
#: pretix/presale/views/widget.py:332
|
||||
msgid "Sale soon"
|
||||
|
||||
@@ -21382,7 +21382,7 @@ msgstr "Dies ist keine Veranstaltungsreihe."
|
||||
#: pretix/presale/views/widget.py:329
|
||||
#, python-format
|
||||
msgid "from %(start_date)s"
|
||||
msgstr "von %(start_date)s"
|
||||
msgstr "ab %(start_date)s"
|
||||
|
||||
#: pretix/presale/views/widget.py:332
|
||||
msgid "Sale soon"
|
||||
|
||||
Reference in New Issue
Block a user