diff options
Diffstat (limited to 'include/assignments-overview.php')
-rw-r--r-- | include/assignments-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php index 0415cb9..a558062 100644 --- a/include/assignments-overview.php +++ b/include/assignments-overview.php @@ -65,7 +65,7 @@ require_once('./login.php'); </tr>"; } if (count($assignments) == 0) { - echo "<tr><td colspan='6'>There are no assignments in the database. Why not start with creating one, below?</td></tr>"; + echo "<tr><td colspan='6'>There are no assignments in the database.</td></tr>"; } ?> </tbody> |