From eabc4c24887eb332496355ba11edc4b78845a0da Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Fri, 5 Jun 2015 14:00:46 -0400 Subject: [PATCH] Change name of section from Sales to Course Seat Purchases --- lms/templates/instructor/instructor_dashboard_2/e-commerce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index 709e50ed78..4cf4b93a32 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -67,7 +67,7 @@ import pytz %if section_data['access']['finance_admin']:
-

${_("Sales")}

+

${_("Course Seat Purchases")}

%if section_data['total_amount'] is not None: ${_("Total Credit Card Purchases: ")}${section_data['currency_symbol']}${section_data['total_amount']}