fixed grammar

master
BodgeMaster 2020-02-20 21:57:25 +01:00
parent b071ea6eb9
commit 16e1fd7b5d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
echo "Invalid credentials. Try again:"; echo "Invalid credentials. Try again:";
} }
if ($_GET['error'] == "session"){ 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 { } else {
echo "Login:"; echo "Login:";