diff --git a/lms/templates/portal/course_about.html b/lms/templates/portal/course_about.html
index d5ba8e24ae..f5804b2604 100644
--- a/lms/templates/portal/course_about.html
+++ b/lms/templates/portal/course_about.html
@@ -22,7 +22,7 @@
%if registered:
You are registered for this course (${course.number}).
%else:
- Register for ${course.number}
+ Register for ${course.number}
%endif
%else:
Register for ${course.number}
@@ -117,7 +117,7 @@