From b685ce73d4b7395d21252a1c4a4bf2d755d8fb54 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 1 Dec 2022 20:57:58 +0800 Subject: [PATCH] Admin.php: use a better label for TA --- Admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin.php b/Admin.php index 564b4be..69e94fd 100644 --- a/Admin.php +++ b/Admin.php @@ -105,7 +105,7 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") { if ($_SESSION['user_type'] == "Lecturer") { - echo ' T/A '; + echo ' TA (Teaching Assistant) '; }