Improve wording
This commit is contained in:
parent
531991333d
commit
e9b57e9122
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue