Keep closing lines of email together for translation purposes

This commit is contained in:
Sarina Canelake
2014-11-10 16:34:41 -05:00
parent 98b9fb09cd
commit 6539a6e0fc
2 changed files with 4 additions and 4 deletions

View File

@@ -9,6 +9,6 @@ ${_("password: {password}").format(password=password)}
${_("It is recommended that you change your password.")}
${_("Sincerely yours,")}
${_("Sincerely yours,
${_("The {course_name} Team").format(course_name=course.display_name_with_default)}
The {course_name} Team").format(course_name=course.display_name_with_default)}

View File

@@ -6,8 +6,8 @@ ${_("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.")}
${_("Thanks,")}
${_("Your {platform_name} Team").format(platform_name=platform_name)}
${_("Thanks,
Your {platform_name} Team").format(platform_name=platform_name)}
———————————————————————————————————————————