Improve wording

This commit is contained in:
Jay 2022-03-02 18:25:30 +01:00
parent 531991333d
commit e9b57e9122

View file

@ -33,7 +33,7 @@ if (isset($_POST['login'], $_POST['email'], $_POST['password'])) {
$_SESSION['user'] = $user; $_SESSION['user'] = $user;
} else { } else {
$page->messages[] = Page::error( $page->messages[] = Page::error(
'We could not find a user with the credential combination you provided.', 'I could not find a user with the credential combination you provided.',
'Invalid credentials' 'Invalid credentials'
); );
} }