From 16e1fd7b5d5a7d9192184a10c0d0fab576a9479f Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 20 Feb 2020 21:57:25 +0100 Subject: [PATCH] fixed grammar --- threadr/login/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/login/index.php b/threadr/login/index.php index 95ede1b..49b7906 100644 --- a/threadr/login/index.php +++ b/threadr/login/index.php @@ -26,7 +26,7 @@ echo "Invalid credentials. Try again:"; } if ($_GET['error'] == "session"){ - echo "Your session was closed. We are sorry for the inconvenience."; + echo "Your session has been closed. We are sorry for the inconvenience."; } } else { echo "Login:";