Fix #1178 -- Invalidate ticket cache after order locale change

This commit is contained in:
Raphael Michel
2019-05-01 13:02:48 +02:00
parent 2b145e254b
commit 3e8f32e7e3
3 changed files with 3 additions and 1 deletions

View File

@@ -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.')