mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix typos
This commit is contained in:
@@ -297,8 +297,8 @@ class StripeSettingsHolder(BasePaymentProvider):
|
||||
' ' +
|
||||
'<span class="label label-info">{}</span>'.format(_('experimental'))
|
||||
),
|
||||
help_text=_("pretix will attempt to check if the customer's webbrowser supports wallet-based payment "
|
||||
"methods like Apple Pay or Google Pay and display them prominently with the credit card"
|
||||
help_text=_("pretix will attempt to check if the customer's web browser supports wallet-based payment "
|
||||
"methods like Apple Pay or Google Pay and display them prominently with the credit card "
|
||||
"payment method. This detection does not take into consideration if Google Pay/Apple Pay "
|
||||
"has been disabled in the Stripe Dashboard."),
|
||||
initial=True,
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
<p class="help-block">
|
||||
{% blocktrans trimmed with sepa_creditor_name=settings.sepa_creditor_name %}
|
||||
By providing your payment information and confirming this payment, you authorise (A)
|
||||
By providing your payment information and confirming this payment, you authorize (A)
|
||||
{{ sepa_creditor_name }} and Stripe, our payment service provider and/or PPRO, its local service provider,
|
||||
to send instructions to your bank to debit your account and (B) your bank to debit your account in
|
||||
accordance with those instructions. As part of your rights, you are entitled to a refund from your bank
|
||||
|
||||
Reference in New Issue
Block a user