Fixed typos and grammatical issues.

This commit is contained in:
Cameron Grant
2022-03-08 12:12:20 -08:00
parent 693d829946
commit 53518f4c47
21 changed files with 21 additions and 21 deletions

View File

@ -227,7 +227,7 @@ class InviteLinkCreate(GroupRequiredMixin, CreateView):
messages.add_message(self.request, messages.ERROR,
_('You have send to many emails, please share the link manually or wait a few hours.'))
except (SMTPException, BadHeaderError, TimeoutError):
messages.add_message(self.request, messages.ERROR, _('Email to user could not be send, please share link manually.'))
messages.add_message(self.request, messages.ERROR, _('Email could not be sent to user. Please share the link manually.'))
return HttpResponseRedirect(reverse('view_space'))