diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index b63b6cfa1f..cfaf114c3c 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -13,32 +13,32 @@

${_('Registration Codes')}

%if section_data['sales_admin']: - ${_('Click to generate Registration Codes')} - ${_('Generate Registration Codes')} + ${_('Create one or more pre-paid course enrollment codes. Students can use these codes to enroll in the course.')} + ${_('Create Enrollment Codes')} %endif -

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

+

${_('Download a .csv file of all enrollment codes for this course')}

- - + +

-

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

+

${_('Download a .csv file of all unused enrollment codes for this course')}

- - + +

-

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

+

${_('Download a .csv file of all used enrollment codes for this course')}

- - + +

@@ -63,21 +63,21 @@

${_("Sales")}

%if section_data['total_amount'] is not None: - ${_("Total CC Amount: ")}$${section_data['total_amount']} + ${_("Total Credit Card Purchases: ")}$${section_data['total_amount']} %endif
- ${_("Click to generate a CSV file for all sales records in this course")} - - + ${_("Download a .csv file for all credit card purchases or for all invoices, regardless of status")} + +

-

${_("Enter the invoice number to invalidate or re-validate sale")}

+

${_("To cancel or resubmit an invoice, enter the invoice number below.")}

- - - + + +
diff --git a/lms/templates/instructor/instructor_dashboard_2/generate_registarion_codes_modal.html b/lms/templates/instructor/instructor_dashboard_2/generate_registarion_codes_modal.html index 0d4d5bf1e7..8731880199 100644 --- a/lms/templates/instructor/instructor_dashboard_2/generate_registarion_codes_modal.html +++ b/lms/templates/instructor/instructor_dashboard_2/generate_registarion_codes_modal.html @@ -13,12 +13,12 @@
-

${_("Generate Registration Codes")}

+

${_("Create Enrollment Codes")}

- ${_("Please enter the details below")}

+ ${_("* Required Information")}

@@ -33,15 +33,15 @@ - ${_("What is the company the seats were sold to?")} + ${_("The organization that purchased enrollments in the course")}
  • + placeholder="${_('Organization Contact Name')}" aria-required="true" /> - ${_("Who is the key contact at the company the sale was made to? ")} + ${_("The primary contact at the organization")}
  • @@ -55,7 +55,7 @@ - ${_("Who at the company should the invoice be sent to?")} + ${_("The contact who should receive the invoice")}
  • @@ -103,36 +103,36 @@
  • - + - ${_("What was the total sale price for all seats sold?")} + ${_("The total price for all enrollments purchased")}
  • - + - ${_("Number of codes to generate for the Invoice")} + ${_("The total number of enrollment codes to create")}
  • - + + aria-required="true" placeholder=""/> - ${_("Internal tag to associate with the sale")} + ${_("Internal reference information for the sale")}
  • - + - ${_("Any reference specific to the purchasing company, e.g. PO #")} + ${_("Customer's purchase order or other reference information")}
  • @@ -144,7 +144,7 @@
    - +