diff --git a/Courses.php b/Courses.php
index 5e4d571..9602f60 100644
--- a/Courses.php
+++ b/Courses.php
@@ -538,7 +538,7 @@ include 'Header.php';
}
if (mysqli_num_rows($result) == 0) {
- echo "No results.
";
+ echo "No such course offered in this academic year. Please check that your have entered the correct course code.";
} else {
while($row = mysqli_fetch_assoc($result)) {
$name = $row['Course_Name'];