diff --git a/lms/templates/emails/business_order_confirmation_email.txt b/lms/templates/emails/business_order_confirmation_email.txt
index 87f414c144..5da0c794a8 100644
--- a/lms/templates/emails/business_order_confirmation_email.txt
+++ b/lms/templates/emails/business_order_confirmation_email.txt
@@ -46,11 +46,11 @@ ${_('Company Contact Name:')} ${order.company_contact_name}
${_('Company Contact Email:')} ${order.company_contact_email}
%endif
% if order.recipient_name:
-# Translators: this will be the name of a person receiving an email
+## Translators: this will be the name of a person receiving an email
${_('Recipient Name:')} ${order.recipient_name}
%endif
% if order.recipient_email:
-# Translators: this will be the email address of a person receiving an email
+## Translators: this will be the email address of a person receiving an email
${_('Recipient Email:')} ${order.recipient_email}
%endif
@@ -68,11 +68,11 @@ ${order.bill_to_country.upper()}
${_("A CSV file of your registration URLs is attached. Please distribute registration URLs to each student planning to enroll using the email template below.")}
% if payment_email_signature: -# Translators: This is followed by the instructor or course team name (so could be singular or plural) +## Translators: This is followed by the instructor or course team name (so could be singular or plural)${_("Warm regards,")}
${payment_email_signature}
% else:
-# Translators: The
is a line break (empty line), please keep this html in the string after the sign off.
+## Translators: The
is a line break (empty line), please keep this html in the string after the sign off.
${_("Warm regards,
"
"The {platform_name} Team").format(platform_name=platform_name)}
%endif
@@ -82,12 +82,12 @@ ${payment_email_signature}
———————————————————————————————————————————
-# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.
+## Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.
${_("Dear [[Name]]")}
-${_("To enroll in ${course_names} we have provided a registration URL for you. Please follow the instructions below to claim your access.")}
+${_("To enroll in {course_names} we have provided a registration URL for you. Please follow the instructions below to claim your access.").format(course_names=course_names)}
-# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use. +## Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.${_("Your redeem url is: [[Enter Redeem URL here from the attached CSV]]")}
${_("(1) Register for an account at {site_name}").format(site_name=u"https://{sn}".format(sn=site_name))}
@@ -98,6 +98,6 @@ ${_("(4) You should be able to click on 'view course' button or see your course
)}
${_("(5) Course materials will not be available until the course start date.")}
and
HTML tags in place. +## Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use. Please also keep theand
HTML tags in place. ${_("Sincerely,
" "[[Your Signature]]
")}