Updated course tutor label to course assistant - makes it much clearer

skala
Yannick Warnier 15 years ago
parent 757a3e03e0
commit d5c578db68
  1. 2
      main/user/userInfo.php

@ -372,7 +372,7 @@ elseif ($displayMode == "viewContentEdit") {
}
} else {
if ($user_info_viewed['status'] == STUDENT) {
echo "<td>", get_lang('Tutor'), "</td>\n";
echo "<td>", get_lang('CourseAssistant'), "</td>\n";
} else {
echo "<td>", get_lang('CourseManager'), "</td>\n";
}

Loading…
Cancel
Save