Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Dec 9, 2024
1 parent 03e1b02 commit 744581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mergin/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def send_check_email(email: str): # pylint: disable=W0612
return
email_data = {
"subject": "Mergin Maps server check",
"html": "Awesome, your email congiruration of Mergin Maps server is working.",
"html": "Awesome, your email configuration of Mergin Maps server is working.",
"recipients": [email],
"sender": app.config["MAIL_DEFAULT_SENDER"],
}
Expand Down

0 comments on commit 744581b

Please sign in to comment.