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']}