Skip to content

Commit

Permalink
fix(config): User lowercase keys for EMAIL_SENDER_NAME_LANGUAGE_MAP
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Feb 23, 2024
1 parent 75cb412 commit 47b32b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,5 @@
EMAIL_DEFAULT_SENDER_NAME = "CP NewsPro"
EMAIL_SENDER_NAME_LANGUAGE_MAP = {
"en": "CP NewsPro",
"fr_CA": "PC NouvellesPro",
"fr_ca": "PC NouvellesPro",
}

0 comments on commit 47b32b1

Please sign in to comment.