Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 78794ff

Browse files
authored
Merge pull request #1993 from rbeezer/buttom-match
Match additional enrollment instructions with button text
2 parents 93b3d7e + 20bbfbb commit 78794ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/default/courses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ <h1>Course Selection</h1>
1212
in, but trying to access a course that you have not registered for. This is for your own good. You can click
1313
on the <code>Enroll in a Course</code> button and register for the course on the profile page. You do this
1414
by typing the name of the course into the Course Name box.</p>
15-
<p>Choose your course. If you want to add a new course, click Add Another Course then change the course name in
16-
your profile.</p>
15+
<p>Choose your course. If you want to add a new course, click on the <code>Enroll in a Course</code> button,
16+
then change the course name in your profile.</p>
1717
{{ for course in courses: }}
1818
<form action="/{{=request.application}}/default/coursechooser/{{=course}}" method="post">
1919
<button class="ac_opt book-btn btn btn-default" type="submit" name=course

0 commit comments

Comments
 (0)