mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Update translations
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<div class="panel-body">
|
||||
{% if request.event %}
|
||||
<p>
|
||||
{% blocktrans %}
|
||||
{% blocktrans trimmed %}
|
||||
On this page, you can import banking data on a per-event level. You also only see
|
||||
unmatched transactions imported directly for this event.
|
||||
{% endblocktrans %}
|
||||
|
||||
@@ -428,7 +428,7 @@ class OrganizerBanktransferView:
|
||||
def dispatch(self, request, *args, **kwargs):
|
||||
if len(request.organizer.events.order_by('currency').values_list('currency', flat=True).distinct()) > 1:
|
||||
messages.error(request, _('Please perform per-event bank imports as this organizer has events with '
|
||||
'multuple currencies.'))
|
||||
'multiple currencies.'))
|
||||
return redirect('control:organizer', organizer=request.organizer.slug)
|
||||
return super().dispatch(request, *args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user