Commit 8ef05e04 by Alison Hodges

Carol's edits

parent 9f08e787
...@@ -53,7 +53,7 @@ from django.core.urlresolvers import reverse ...@@ -53,7 +53,7 @@ from django.core.urlresolvers import reverse
<li class="field text required create-user-email"> <li class="field text required create-user-email">
<label for="user-email-input">${_("User's Email Address")}</label> <label for="user-email-input">${_("User's Email Address")}</label>
<input id="user-email-input" class="user-email-input" name="user-email" type="text" placeholder="${_('example: username@domain.com')}" value=""> <input id="user-email-input" class="user-email-input" name="user-email" type="text" placeholder="${_('example: username@domain.com')}" value="">
<span class="tip tip-stacked">${_("Provide an email address to add the user as Staff")}</span> <span class="tip tip-stacked">${_("Provide the email address of the user you want to add as Staff")}</span>
</li> </li>
</ol> </ol>
</fieldset> </fieldset>
...@@ -102,7 +102,7 @@ from django.core.urlresolvers import reverse ...@@ -102,7 +102,7 @@ from django.core.urlresolvers import reverse
% if show_transfer_ownership_hint: % if show_transfer_ownership_hint:
<div class="bit"> <div class="bit">
<h3 class="title-3">${_("Transferring Ownership")}</h3> <h3 class="title-3">${_("Transferring Ownership")}</h3>
<p>${_("Every course must have an Admin. If you are the Admin and you want to transfer ownership of the course, click Add admin access to make another user the Admin, then ask that user to remove you from the Course Team list.")}</p> <p>${_("Every course must have an Admin. If you are the Admin and you want to transfer ownership of the course, click <strong>Add admin access</strong> to make another user the Admin, then ask that user to remove you from the Course Team list.")}</p>
</div> </div>
% endif % endif
</aside> </aside>
......
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