forked from CGM_Public/pretix_original
* Fix #1674 -- Change spelling of e-mail to email * Conflicts and word list * Add MobilePay to wordlist * fix usage in tests
This commit is contained in:
@@ -264,7 +264,7 @@ def isu_return(request, *args, **kwargs):
|
||||
elif request.GET.get("isEmailConfirmed") == "false": # Yes - literal!
|
||||
messages.error(
|
||||
request,
|
||||
_('The e-mail address on your PayPal account has not yet been confirmed. You will need to do '
|
||||
_('The email address on your PayPal account has not yet been confirmed. You will need to do '
|
||||
'this before you can start accepting payments.')
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user