From b4fbee8f611938f35be2fabe33071fa2d42e1362 Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Fri, 8 Nov 2024 13:09:30 -0700 Subject: [PATCH] Remove mention of adding instructors to admin course in help. Instructors are no longer added to the admin course when creating a new course, so remove mention of this from the admin help. --- templates/HelpFiles/admin_links.html.ep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/HelpFiles/admin_links.html.ep b/templates/HelpFiles/admin_links.html.ep index cd5f2fa038..fd26504a2a 100644 --- a/templates/HelpFiles/admin_links.html.ep +++ b/templates/HelpFiles/admin_links.html.ep @@ -52,8 +52,7 @@
<%= maketext('Accounts Manager') %>
- <%= maketext('Manage instructors. When instructors are added to a newly created course, they are also ' - . 'added to the admin course with username "userID_courseID".') =%> + <%= maketext('Manage users. Note, only admin users have access to the course administration tools.') =%>
<%= maketext('Email') %>
<%= maketext('Send emails to selected instructors.') %>