Minor changes in translations

This commit is contained in:
Tobias Kunze
2016-09-09 17:11:50 +02:00
parent 38eabb5c51
commit a073486c3e
4 changed files with 34 additions and 34 deletions

View File

@@ -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 %}

View File

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