diff --git a/lms/templates/verify_student/make_payment_step.underscore b/lms/templates/verify_student/make_payment_step.underscore index 545900ea4d..7c809f41a9 100644 --- a/lms/templates/verify_student/make_payment_step.underscore +++ b/lms/templates/verify_student/make_payment_step.underscore @@ -1,19 +1,19 @@
<% if ( !upgrade ) { %> -

+

<%= _.sprintf( gettext( "You are enrolling in: %(courseName)s"), { courseName: '' + courseName + '' } ) %> -

+ <% } else { %> -

+

<%= _.sprintf( gettext( "You are upgrading your enrollment for: %(courseName)s"), { courseName: '' + courseName + '' } ) %> -

+
<%- gettext( "You can now enter your payment information and complete your enrollment." ) %>
@@ -40,7 +40,7 @@