Commit 2220c530 by Adam

Merge pull request #1548 from edx/adam/fix/typo-registration-email

fix typo in registration email
parents cb4025b1 4ed6ee64
...@@ -16,10 +16,10 @@ ${_("Thank you for signing up for {platform_name}! To activate " ...@@ -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 " ${_("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; " "receive any more email from us. Please do not reply to this e-mail; "
"if you require assistance, check the about section of the " "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: % else:
${_("If you didn't request this, you don't need to do anything; you won't " ${_("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; " "receive any more email from us. Please do not reply to this e-mail; "
"if you require assistance, check the help section of the " "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 % endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment