Commit bf68daa4 by Will Daly

Fix translator comments showing up in redeem code email.

Fix newlines in redeem code email.

Update copy to make sense for edx.org as well as white label.
parent b467ae8c
...@@ -6,29 +6,25 @@ ${_("An invoice for {currency_symbol}{total_price} is attached. Payment is due i ...@@ -6,29 +6,25 @@ ${_("An invoice for {currency_symbol}{total_price} is attached. Payment is due i
${_("A CSV file of your registration codes is attached. Please distribute registration codes to each student planning to enroll using the email template below.")} ${_("A CSV file of your registration codes is attached. Please distribute registration codes to each student planning to enroll using the email template below.")}
${_("Thanks," ## Translators: This is the signature of an email. "\n" is a newline character
"The {platform_name} Team").format(platform_name=platform_name)} ## and should be placed between the closing word and the signature.
${_("Thanks,\nThe {platform_name} Team").format(platform_name=platform_name)}
——————————————————————————————————————————— ———————————————————————————————————————————
# 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]]:")} ${_("Dear [[Name]]:")}
${_("We have provided an enrollment for you in the course {course_name} from {platform_name}. Please follow the instructions below to claim your access.").format(course_name=course.display_name, platform_name=platform_name)} ## Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.
${_("We have provided a course enrollment code for you in {course_name}. To enroll in the course, click the following link:").format(course_name=course.display_name)}
# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use. [[${_("HTML link from the attached CSV file")}]]
${_("Your redeem code is: [[Enter Redeem Code here from the attached CSV]]")}
${_("(1) Register for an account at {site_name}.").format(site_name=u"https://{}".format(site_name))} ${_("After you enroll, you can see the course on your student dashboard. You can see course materials after the course start date.")}
${_("(2) Once registered, navigate to {course_url}").format(course_url=u"https://{}".format(course_url))}
${_("(3) Click 'Add {course_number} to Cart'").format(course_number=course.display_coursenumber)}
${_("(4) On the shopping cart page, enter your redeem code and click 'Apply Code'. This will make payment equal to $0.")}
${_("(5) Click 'Register'")}
${_("(6) You should be able to see your course on your student dashboard at {dashboard_url}").format(dashboard_url=u"https://{}".format(dashboard_url))}
${_("(7) Course materials will not be available until the course start date.")}
# 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.
${_("Sincerely," ## This is the signature of an email. "\n" is a newline character
"[[Your Signature]]")} ## and should be placed between the closing word and the signature.
${_("Sincerely,\n[[Your Signature]]")}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment