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:";