Fix typos

This commit is contained in:
Raphael Michel
2023-07-21 14:54:35 +02:00
parent 3150c6a3ea
commit e9e98a7821
6 changed files with 20 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ class MailSettingsSetupView(TemplateView):
if not spf_record:
spf_warning = _(
'We could not find an SPF record set for the domain you are trying to use. This means that '
'there is a very high change most of the emails will be rejected or markes as spam. We '
'there is a very high change most of the emails will be rejected or marked as spam. We '
'strongly recommend setting an SPF record on the domain. You can do so through the DNS '
'settings at the provider you registered your domain with.'
)