Merge pull request #8393 from edx/sylvia/docs/ECommerceTabUI

Change name of section from Sales to Course Seat Purchases
This commit is contained in:
chrisndodge
2015-06-05 21:52:50 -04:00

View File

@@ -67,7 +67,7 @@ import pytz
<!-- end wrap -->
%if section_data['access']['finance_admin']:
<div class="wrap">
<h2>${_("Sales")}</h2>
<h2>${_("Course Seat Purchases")}</h2>
<div>
%if section_data['total_amount'] is not None:
<span><strong>${_("Total Credit Card Purchases: ")}</strong></span><span>${section_data['currency_symbol']}${section_data['total_amount']}</span>