Commit 58073d2f by Adam Palay

small fix to typo in activation email

parent d728746d
<%! from django.utils.translation import ugettext as _ %> <%! from django.utils.translation import ugettext as _ %>
${_("Thank you for creating an account with {platform_name}!").format(platform_name=settings.PLATFORM_NAME)} ${_("Thank you for creating an account with {platform_name}!").format(platform_name=settings.PLATFORM_NAME)}
"There’s just one more step before you can enroll in a course: " ${_("There's just one more step before you can enroll in a course: "
"You need to activate your {platform_name} account. To activate " "You need to activate your {platform_name} account. To activate "
"your account, click the following link. If that doesn't work, " "your account, click the following link. If that doesn't work, "
"copy and paste the link into your browser's address bar.").format( "copy and paste the link into your browser's address bar.").format(
......
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