diff --git a/app/views/self_enrollments/_already_enrolled.html.erb b/app/views/self_enrollments/_already_enrolled.html.erb
index d4d63e01de8..ed57c264d67 100644
--- a/app/views/self_enrollments/_already_enrolled.html.erb
+++ b/app/views/self_enrollments/_already_enrolled.html.erb
@@ -16,6 +16,8 @@
# with this program. If not, see
<%= mt :already_enrolled, "You are already enrolled in **%{course}**.", :course => @course.name %>
@@ -25,7 +27,7 @@ <% if @course.user_is_student?(@current_user) # i.e. *current* student, the course has started %> <%= t "buttons.go_to_dashboard", "Go to your Dashboard" %> - <%= t "buttons.go_to_course", "Go to the Course" %> + <%= go_to_course_text %> <% else %> <%= t "buttons.go_to_dashboard", "Go to your Dashboard" %> <% end %> diff --git a/app/views/self_enrollments/_authenticate.html.erb b/app/views/self_enrollments/_authenticate.html.erb index c030a9d06f3..cd45eab4e1e 100644 --- a/app/views/self_enrollments/_authenticate.html.erb +++ b/app/views/self_enrollments/_authenticate.html.erb @@ -16,6 +16,8 @@ # with this program. If not, see