Admin.php: use a better label for TA

pull/49/head
Hui Lan 2022-12-01 20:57:58 +08:00
parent a753bdbafa
commit b685ce73d4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
if ($_SESSION['user_type'] == "Lecturer") { if ($_SESSION['user_type'] == "Lecturer") {
echo ' <input type="radio" name="type" value="TA" required="" id="role_TA"> T/A '; echo ' <input type="radio" name="type" value="TA" required="" id="role_TA"> TA (Teaching Assistant) ';
} }