diff --git a/lms/templates/credit_notifications/credit_eligibility_email.html b/lms/templates/credit_notifications/credit_eligibility_email.html index 3d5ee38bbb..1d05b71fd1 100644 --- a/lms/templates/credit_notifications/credit_eligibility_email.html +++ b/lms/templates/credit_notifications/credit_eligibility_email.html @@ -26,33 +26,32 @@
- ${_("Hi {name},").format(name=full_name)} + ${_(u"Hi {name},").format(name=full_name)}
- ${_("Congratulations! You are eligible to receive university credit from edX partners! Click {link} to get your credit now.").format( - link=u'here'.format( - dashboard_url=dashboard_link - )) - } -
- -- ${_("Credit from can help you get a jump start on your university degree, finish a degree already started, or fulfill requirements at a different academic institution.")} -
- -- ${_('To get university credit for {course_name}, simply go to your {link} and click the yellow "Get Credit" button. No application, transcript, or grade report is required.').format( - course_name=course_name, - link=u'edX dashboard'.format( - dashboard_url=dashboard_link - ) + ${_(u"Congratulations! You are eligible to receive course credit for successfully completing your edX course! Click {link} to get your credit now.").format( + link=u'here'.format( + dashboard_url=dashboard_link + ) )}
- ${_("We hope you enjoyed the course, and we hope to see you in future edX courses!")}
- ${_("The edX team")}
+ ${_(u"Course credit can help you get a jump start on your university degree, finish a degree already started, or fulfill requirements at a different academic institution.")}
+
+ ${_(u'To get course credit, simply go to your {link} and click the Get Credit button. No application, transcript, or grade report is required.').format( + link=u'edX dashboard'.format( + dashboard_url=dashboard_link + ) + )} +
+ +
+ ${_(u"We hope you enjoyed the course, and we hope to see you in future edX courses!")}
+ ${_(u"The edX team")}
- ${_("Find more edX courses you can take for university credit.")} + ${_(u"For more information on credit at edX, click {link}.").format( + link=u'here' + )}