Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit be3d58f

Browse files
committed
capitalization
1 parent 33194db commit be3d58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeChallenge/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def lookup_teacher(cls, email: str):
473473
def fire_daily_reminder(cls):
474474
mg_send(
475475
[current_app.config["MG_LIST"]],
476-
"New code challenge question is unlocked!",
476+
"New Code Challenge question is unlocked!",
477477
render_template("challenge_daily.html"),
478478
)
479479

0 commit comments

Comments
 (0)