mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Minor changes in translations
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<span class="fa big-grey-icon fa-cog fa big-rotating-icon"></span>
|
||||
</p>
|
||||
<p>
|
||||
{% trans "The result of your import is in progress. Please be patient while we process the data..." %}
|
||||
{% trans "The result of your import is in progress. Please be patient while we process the data…" %}
|
||||
</p>
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
@@ -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