Skip to content

Commit

Permalink
Update register-sidebar.html
Browse files Browse the repository at this point in the history
openedx#6 issue
  • Loading branch information
anqsdwe committed Aug 15, 2014
1 parent 2b89c15 commit 17aa6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/register-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3>${_("Next Steps")}</h3>
% if stanford_theme_enabled():
<p>${_("You will receive an activation email. You must click on the activation link to complete the process. Don't see the email? Check your spam folder and mark emails from class.stanford.edu as 'not spam', since you'll want to be able to receive email from your courses.")}</p>
% else:
<p>${_("As part of joining {platform_name}, you will receive an activation email. You must click on the activation link to complete the process. Don't see the email? Check your spam folder and mark {platform_name} emails as 'not spam'. At {platform_name}, we communicate mostly through email.").format(platform_name=platform_name)}</p>
<p>${_("As part of joining {platform_name}, you must wait until administrator confirm your sign up request. If you have any question, contact administrator via e-mail. we communicate mostly through email.").format(platform_name=platform_name)}</p>
% endif
</div>

Expand Down

0 comments on commit 17aa6b4

Please sign in to comment.