mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Minor changes in translations
This commit is contained in:
@@ -92,7 +92,7 @@ class ActionView(EventPermissionRequiredMixin, View):
|
||||
except Order.DoesNotExist:
|
||||
return JsonResponse({
|
||||
'status': 'error',
|
||||
'message': _('Unknown order code.')
|
||||
'message': _('Unknown order code')
|
||||
})
|
||||
else:
|
||||
return self._retry(trans)
|
||||
|
||||
Reference in New Issue
Block a user