forked from CGM_Public/pretix_original
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