Skip to content

Commit

Permalink
Merge pull request #1548 from edx/adam/fix/typo-registration-email
Browse files Browse the repository at this point in the history
fix typo in registration email
  • Loading branch information
adampalay committed Oct 30, 2013
2 parents cb4025b + 4ed6ee6 commit 2220c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/templates/emails/activation_email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2220c53

Please sign in to comment.