Fix string formatting issue in log message

This commit is contained in:
Raphael Michel
2022-04-12 17:14:43 +02:00
parent 6b7a2e1981
commit e308b38d6f
35 changed files with 35 additions and 35 deletions

View File

@@ -12184,7 +12184,7 @@ msgstr "Uporabnik je potrdil naslednje sporočilo: \"{}\""
#: pretix/control/logdisplay.py:537
#, fuzzy
#| msgid "The voucher has been sent to {recipient}."
msgid "The order has been canceled (comment: \"{}\")."
msgid "The order has been canceled (comment: \"{comment}\")."
msgstr "Bon je poslan prejemniku/ci {recipient}."
#: pretix/control/logdisplay.py:539 pretix/control/views/orders.py:1291