diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index df48b9670a..6f838ec0d5 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -53,7 +53,7 @@ from django.core.urlresolvers import reverse
  • - ${_("Provide an email address to add the user as Staff")} + ${_("Provide the email address of the user you want to add as Staff")}
  • @@ -102,7 +102,7 @@ from django.core.urlresolvers import reverse % if show_transfer_ownership_hint:

    ${_("Transferring Ownership")}

    -

    ${_("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.")}

    +

    ${_("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.")}

    % endif