diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index ba306a323d..fbc009c149 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -8,12 +8,12 @@

-

Registration Codes

+

${_('Registration Codes')}

- Click to generate Registration Codes - Generate Registration Codes + ${_('Click to generate Registration Codes')} + ${_('Generate Registration Codes')} -

Click to generate a CSV file of all Course Registrations Codes:

+

${_('Click to generate a CSV file of all Course Registrations Codes:')}

@@ -21,7 +21,7 @@

-

Click to generate a CSV file of all Active Course Registrations Codes:

+

${_('Click to generate a CSV file of all Active Course Registrations Codes:')}

@@ -29,7 +29,7 @@

-

Click to generate a CSV file of all Spent Course Registrations Codes:

+

${_('Click to generate a CSV file of all Spent Course Registrations Codes:')}

@@ -37,6 +37,7 @@

+
@@ -45,7 +46,7 @@
${_("Course Price: ")}$${section_data['course_price']} %if section_data['access']['finance_admin'] is True: - + Set Price + + ${_('Set Price')} %endif
@@ -90,7 +91,7 @@ ${_("Coupons Information")} ${_("+ Add Coupon")} + class="add blue-button">+ ${_("Add Coupon")}
%if len(section_data['coupons']): @@ -111,20 +112,19 @@ %else: %endif - ${coupon.code} - ${coupon.description} - ${coupon.percentage_discount} + ${_('{code}').format(code=coupon.code)} + ${_('{description}').format(description=coupon.description)} + ${_('{discount}').format(discount=coupon.percentage_discount)} ${ coupon.couponredemption_set.all().count() } - [x]Edit + [x]${_('Edit')} %endfor - %endif
diff --git a/lms/templates/instructor/instructor_dashboard_2/edit_coupon_modal.html b/lms/templates/instructor/instructor_dashboard_2/edit_coupon_modal.html index d8ba96d99a..8052d7be71 100644 --- a/lms/templates/instructor/instructor_dashboard_2/edit_coupon_modal.html +++ b/lms/templates/instructor/instructor_dashboard_2/edit_coupon_modal.html @@ -29,7 +29,7 @@
  1. -
  2. @@ -49,7 +49,6 @@
  3. -