mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix typo on Stripe plugin configuration alert. (#251)
This commit is contained in:
committed by
Raphael Michel
parent
e5314e48a4
commit
006ade1414
@@ -4853,7 +4853,7 @@ msgstr "Stripe Checkout"
|
||||
msgid ""
|
||||
"Please configure a <a href=\"https://dashboard.stripe.com/account/webhooks"
|
||||
"\">Stripe Webhook</a> to the following endpoint in order to automatically "
|
||||
"cancel orders when a charges are refunded externally."
|
||||
"cancel orders when charges are refunded externally."
|
||||
msgstr ""
|
||||
"Bitte konfigurieren Sie einen <a href=\"https://dashboard.stripe.com/account/"
|
||||
"webhooks\">Stripe Webhook</a> zum folgenden Endpunkt, damit Bestellungen "
|
||||
|
||||
@@ -4840,7 +4840,7 @@ msgstr "Stripe Checkout"
|
||||
msgid ""
|
||||
"Please configure a <a href=\"https://dashboard.stripe.com/account/webhooks"
|
||||
"\">Stripe Webhook</a> to the following endpoint in order to automatically "
|
||||
"cancel orders when a charges are refunded externally."
|
||||
"cancel orders when charges are refunded externally."
|
||||
msgstr ""
|
||||
"Bitte konfiguriere einen <a href=\"https://dashboard.stripe.com/account/"
|
||||
"webhooks\">Stripe Webhook</a> zum folgenden Endpunkt, damit Bestellungen "
|
||||
|
||||
@@ -47,7 +47,7 @@ class Stripe(BasePaymentProvider):
|
||||
def settings_content_render(self, request):
|
||||
return "<div class='alert alert-info'>%s<br /><code>%s</code></div>" % (
|
||||
_('Please configure a <a href="https://dashboard.stripe.com/account/webhooks">Stripe Webhook</a> to '
|
||||
'the following endpoint in order to automatically cancel orders when a charges are refunded externally.'),
|
||||
'the following endpoint in order to automatically cancel orders when charges are refunded externally.'),
|
||||
build_absolute_uri(self.event, 'plugins:stripe:webhook')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user