mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix incorrect placeholder in locale
This commit is contained in:
@@ -6026,7 +6026,7 @@ msgstr "Anfechtungsverfahren beendet. Grund. {}"
|
||||
|
||||
#: pretix/plugins/stripe/signals.py:59
|
||||
msgid "Stripe reported an event: {}"
|
||||
msgstr "Stripe meldete ein Ereignis: %s"
|
||||
msgstr "Stripe meldete ein Ereignis: {}"
|
||||
|
||||
#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:3
|
||||
msgid "The total amount will be withdrawn from your credit card."
|
||||
|
||||
@@ -6008,7 +6008,7 @@ msgstr "Anfechtungsverfahren beendet. Grund. {}"
|
||||
|
||||
#: pretix/plugins/stripe/signals.py:59
|
||||
msgid "Stripe reported an event: {}"
|
||||
msgstr "Stripe meldete ein Ereignis: %s"
|
||||
msgstr "Stripe meldete ein Ereignis: {}"
|
||||
|
||||
#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:3
|
||||
msgid "The total amount will be withdrawn from your credit card."
|
||||
|
||||
Reference in New Issue
Block a user