mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Clarify language
This commit is contained in:
@@ -178,7 +178,7 @@ class SenderView(EventPermissionRequiredMixin, FormView):
|
||||
user=self.request.user,
|
||||
data=dict(form.cleaned_data))
|
||||
messages.success(self.request, _('Your message has been queued and will be sent to the contact addresses of %d '
|
||||
'orders in the next minutes.') % len(orders))
|
||||
'orders in the next few minutes.') % len(orders))
|
||||
|
||||
return redirect(
|
||||
'plugins:sendmail:send',
|
||||
|
||||
Reference in New Issue
Block a user