This commit is contained in:
Renaud Boyer 2020-12-06 22:01:38 +01:00
parent 43d9dbc1fc
commit 4bf22771af
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ def domain_detail_dns(custom_domain_id):
custom_domain.dmarc_verified = False
db.session.commit()
flash(
f"DMARC: The TXT record is not correctly set",
"DMARC: The TXT record is not correctly set",
"warning",
)
dmarc_ok = False
@ -228,7 +228,7 @@ def delete_domain(custom_domain_id: CustomDomain):
user.email,
f"Your domain {domain_name} has been deleted",
f"""Domain {domain_name} along with its aliases are deleted successfully.
Regards,
SimpleLogin team.
""",