mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix string formatting issue in log message
This commit is contained in:
@@ -12958,7 +12958,7 @@ msgid "The user confirmed the following message: \"{}\""
|
||||
msgstr "Der Nutzer hat diesen Text bestätigt: \"{}\""
|
||||
|
||||
#: pretix/control/logdisplay.py:537
|
||||
msgid "The order has been canceled (comment: \"{}\")."
|
||||
msgid "The order has been canceled (comment: \"{comment}\")."
|
||||
msgstr "Die Bestellung wurde storniert (Kommentar: \"{comment}\")."
|
||||
|
||||
#: pretix/control/logdisplay.py:539 pretix/control/views/orders.py:1291
|
||||
|
||||
Reference in New Issue
Block a user