forked from CGM_Public/pretix_original
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 ""
|
msgid ""
|
||||||
"Please configure a <a href=\"https://dashboard.stripe.com/account/webhooks"
|
"Please configure a <a href=\"https://dashboard.stripe.com/account/webhooks"
|
||||||
"\">Stripe Webhook</a> to the following endpoint in order to automatically "
|
"\">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 ""
|
msgstr ""
|
||||||
"Bitte konfigurieren Sie einen <a href=\"https://dashboard.stripe.com/account/"
|
"Bitte konfigurieren Sie einen <a href=\"https://dashboard.stripe.com/account/"
|
||||||
"webhooks\">Stripe Webhook</a> zum folgenden Endpunkt, damit Bestellungen "
|
"webhooks\">Stripe Webhook</a> zum folgenden Endpunkt, damit Bestellungen "
|
||||||
|
|||||||
@@ -4840,7 +4840,7 @@ msgstr "Stripe Checkout"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Please configure a <a href=\"https://dashboard.stripe.com/account/webhooks"
|
"Please configure a <a href=\"https://dashboard.stripe.com/account/webhooks"
|
||||||
"\">Stripe Webhook</a> to the following endpoint in order to automatically "
|
"\">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 ""
|
msgstr ""
|
||||||
"Bitte konfiguriere einen <a href=\"https://dashboard.stripe.com/account/"
|
"Bitte konfiguriere einen <a href=\"https://dashboard.stripe.com/account/"
|
||||||
"webhooks\">Stripe Webhook</a> zum folgenden Endpunkt, damit Bestellungen "
|
"webhooks\">Stripe Webhook</a> zum folgenden Endpunkt, damit Bestellungen "
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ class Stripe(BasePaymentProvider):
|
|||||||
def settings_content_render(self, request):
|
def settings_content_render(self, request):
|
||||||
return "<div class='alert alert-info'>%s<br /><code>%s</code></div>" % (
|
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 '
|
_('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')
|
build_absolute_uri(self.event, 'plugins:stripe:webhook')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user