mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix #1178 -- Invalidate ticket cache after order locale change
This commit is contained in:
@@ -133,7 +133,7 @@ class AsyncAction:
|
||||
return str(exception)
|
||||
else:
|
||||
logger.error('Unexpected exception: %r' % exception)
|
||||
return _('An unexpected error has occurred.')
|
||||
return _('An unexpected error has occurred, please try again later.')
|
||||
|
||||
def get_success_message(self, value):
|
||||
return _('The task has been completed.')
|
||||
|
||||
Reference in New Issue
Block a user