From b5506cf20bbd5fee7a1204d2107d2dbc09a88218 Mon Sep 17 00:00:00 2001 From: cahrens Date: Mon, 29 Jul 2013 09:51:10 -0400 Subject: [PATCH] Copy changes. --- cms/templates/emails/course_creator_granted.txt | 2 +- cms/templates/emails/course_creator_revoked.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/emails/course_creator_granted.txt b/cms/templates/emails/course_creator_granted.txt index a33a9b9525..a867f94334 100644 --- a/cms/templates/emails/course_creator_granted.txt +++ b/cms/templates/emails/course_creator_granted.txt @@ -1,6 +1,6 @@ <%! from django.utils.translation import ugettext as _ %> -${_("Your request for course creation rights to edX Studio have been granted! To create your first course, visit:")} +${_("Your request for course creation rights to edX Studio have been granted. To create your first course, visit:")} % if is_secure: https://${ site } diff --git a/cms/templates/emails/course_creator_revoked.txt b/cms/templates/emails/course_creator_revoked.txt index f16f1ac328..839c5a0d78 100644 --- a/cms/templates/emails/course_creator_revoked.txt +++ b/cms/templates/emails/course_creator_revoked.txt @@ -1,5 +1,5 @@ <%! from django.utils.translation import ugettext as _ %> -${_("Your request for course creation rights to edX Studio have been revoked. If you believe this was in error, please contact: ")} +${_("Your course creation rights to edX Studio have been revoked. If you believe this was in error, please contact: ")} ${ studio_request_email }