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) ';
}