forked from CGM_Public/pretix_original
Unify spelling of 'canceled'
Issue 187 Remove typeahead JS file.
This commit is contained in:
@@ -453,7 +453,7 @@ class OrderCancelDo(EventViewMixin, OrderDetailMixin, AsyncAction, View):
|
||||
return ctx
|
||||
|
||||
def get_success_message(self, value):
|
||||
return _('The order has been cancelled.')
|
||||
return _('The order has been canceled.')
|
||||
|
||||
def get_error_message(self, exception):
|
||||
if isinstance(exception, dict) and exception['exc_type'] == 'OrderError':
|
||||
|
||||
Reference in New Issue
Block a user