From 5b175cc0ca60e9dc6f550e65f71b29c686314701 Mon Sep 17 00:00:00 2001 From: Awais Date: Thu, 15 Jan 2015 14:52:14 +0500 Subject: [PATCH] ECOM-887 Removed the "We have successfully verified your identity" line. --- lms/templates/verify_student/make_payment_step.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/verify_student/make_payment_step.underscore b/lms/templates/verify_student/make_payment_step.underscore index 6ef7b798ee..b4434bf171 100644 --- a/lms/templates/verify_student/make_payment_step.underscore +++ b/lms/templates/verify_student/make_payment_step.underscore @@ -15,7 +15,7 @@ ) %>
- <%- gettext( "We have successfully verified your identity. You can now enter your payment information and complete your enrollment." ) %> + <%- gettext( "You can now enter your payment information and complete your enrollment." ) %>
<% } %>