From 4ed6ee64d324f2476370fd75ea709193f9f87b18 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 30 Oct 2013 14:50:07 -0400 Subject: [PATCH] fix typo in registration email [LMS-1419] --- lms/templates/emails/activation_email.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/emails/activation_email.txt b/lms/templates/emails/activation_email.txt index c111159e00..073e11f839 100644 --- a/lms/templates/emails/activation_email.txt +++ b/lms/templates/emails/activation_email.txt @@ -16,10 +16,10 @@ ${_("Thank you for signing up for {platform_name}! To activate " ${_("If you didn't request this, you don't need to do anything; you won't " "receive any more email from us. Please do not reply to this e-mail; " "if you require assistance, check the about section of the " - "${platform_name} Courses web site.").format(platform_name=settings.PLATFORM_NAME)} + "{platform_name} Courses web site.").format(platform_name=settings.PLATFORM_NAME)} % else: ${_("If you didn't request this, you don't need to do anything; you won't " "receive any more email from us. Please do not reply to this e-mail; " "if you require assistance, check the help section of the " - "${platform_name} web site.").format(platform_name=settings.PLATFORM_NAME)} + "{platform_name} web site.").format(platform_name=settings.PLATFORM_NAME)} % endif