From 2b9dafeccb7734f7528eebe181e0fa30c6618b62 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Fri, 3 Apr 2015 13:21:48 -0400 Subject: [PATCH] Correcting heading levels --- .../make_payment_step.underscore | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 @@
    <% if ( requirements['account-activation-required'] ) { %>
  • -

    <%- gettext( "Activate Your Account" ) %>

    +

    <%- gettext( "Activate Your Account" ) %>

    @@ -54,7 +54,7 @@ <% } else {%> <% if ( requirements['photo-id-required'] ) { %>
  • -

    <%- gettext( "Government-Issued Photo ID" ) %>

    +

    <%- gettext( "Government-Issued Photo ID" ) %>

    @@ -66,7 +66,7 @@ <% if ( requirements['webcam-required'] ) { %>
  • -

    <%- gettext( "Webcam" ) %>

    +

    <%- gettext( "Webcam" ) %>

    @@ -83,13 +83,13 @@
      <% if ( suggestedPrices.length > 0 ) { %>
    1. -

      +

      <% if ( upgrade ) { %> <%- gettext( "Choose your contribution for your Verified Track upgrade" ) %> <% } else { %> <%- gettext( "Enter Your Contribution Level" ) %> <% } %> -

      +

      <% if ( !upgrade ) { %> @@ -138,7 +138,7 @@ <% } else {%>

    2. -

      <%- gettext( "Your Total Contribution" ) %>

      +

      <%- gettext( "Your Total Contribution" ) %>

      <%- gettext( "To complete your enrollment, you will need to pay:" ) %>