diff --git a/rowers/tasks.py b/rowers/tasks.py index b78a81bc..14a6753d 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -1067,7 +1067,7 @@ def handle_sendemail_raceregistration( else: debug = True - subject = "A new competitor has registered for virtual race {n}".format( + subject = "A new competitor has registered for virtual challenge {n}".format( n = racename ) @@ -1097,7 +1097,7 @@ def handle_sendemail_racesubmission( else: debug = True - subject = "A new result has been submitted for virtual race {n}".format( + subject = "A new result has been submitted for virtual challenge {n}".format( n = racename ) diff --git a/rowers/templates/course_replace.html b/rowers/templates/course_replace.html index 563564a5..278b472c 100644 --- a/rowers/templates/course_replace.html +++ b/rowers/templates/course_replace.html @@ -23,7 +23,7 @@
This replaces the course {{ course.name }} with the course you select below for all - planned sessions and virtual races, and then deletes this course. + planned sessions and virtual challenges, and then deletes this course.