From 6539a6e0fc9a2709059cfb076056df7b16b0f256 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 10 Nov 2014 16:34:41 -0500 Subject: [PATCH] Keep closing lines of email together for translation purposes --- .../emails/account_creation_and_enroll_emailMessage.txt | 4 ++-- lms/templates/emails/registration_codes_sale_email.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/emails/account_creation_and_enroll_emailMessage.txt b/lms/templates/emails/account_creation_and_enroll_emailMessage.txt index c9930d4db6..b2c5703b33 100644 --- a/lms/templates/emails/account_creation_and_enroll_emailMessage.txt +++ b/lms/templates/emails/account_creation_and_enroll_emailMessage.txt @@ -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)} diff --git a/lms/templates/emails/registration_codes_sale_email.txt b/lms/templates/emails/registration_codes_sale_email.txt index 1c74c9b20e..77dcce24c9 100644 --- a/lms/templates/emails/registration_codes_sale_email.txt +++ b/lms/templates/emails/registration_codes_sale_email.txt @@ -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)} ———————————————————————————————————————————