Skip to content

Commit decd981

Browse files
authored
Fix wrong use of gettext (#15)
1 parent 25cf07b commit decd981

File tree

2 files changed

+152
-1
lines changed

2 files changed

+152
-1
lines changed

eventyay_stripe/payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def settings_content_render(self, request):
111111
)
112112
else:
113113
message = _(
114-
'Please configure a %(link) to '
114+
'Please configure a %(link)s to '
115115
'the following endpoint in order to automatically cancel orders when charges are refunded '
116116
'externally and to process asynchronous payment methods like SOFORT.'
117117
) % {'link': '<a href="https://dashboard.stripe.com/account/webhooks">Stripe Webhook</a>'}

0 commit comments

Comments
 (0)