Skip to content

Commit

Permalink
fix(config): Use 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 09b5c96 commit fea6070
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 @@ -379,5 +379,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 fea6070

Please sign in to comment.