Skip to content

Commit

Permalink
Fix typo in unenrollment email (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit authored Aug 29, 2024
1 parent 11e500a commit 3fdf268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion courses/templates/mail/course_run_unenrollment/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<td style="padding: 20px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
<p style="margin: 0 0 10px;">Dear {{ user.name }},</p>
<p style="margin: 0 0 10px;">
You have been unenrolled in
You have been unenrolled from
{% if enrollment.run.start_date %}
{{ enrollment.run.course_number }} {{ enrollment.run.course.title }} starting {{ enrollment.run.start_date|date:"F j, Y"}}.
{% else %}
Expand Down
2 changes: 1 addition & 1 deletion courses/templates/mail/course_run_unenrollment/subject.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
You have been unenrolled in {{ enrollment.run.course_number }} {{ enrollment.run.course.title }}.
You have been unenrolled from {{ enrollment.run.course_number }} {{ enrollment.run.course.title }}.

0 comments on commit 3fdf268

Please sign in to comment.