1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-06 16:16:29 +02:00

Improve language

This commit is contained in:
Marco
2017-09-18 15:53:59 +02:00
parent 6162092618
commit 5e4d4fd072
2 changed files with 2 additions and 2 deletions

View File

@@ -441,7 +441,7 @@ final class Auth extends UserManager {
}
/**
* Logs out the user and destroys all session data
* Logs the user out and destroys all session data
*
* @throws AuthError if an internal problem occurred (do *not* catch)
*/

View File

@@ -661,7 +661,7 @@ function showAuthenticatedUserForm(\Delight\Auth\Auth $auth) {
echo '<form action="" method="post" accept-charset="utf-8">';
echo '<input type="hidden" name="action" value="logout" />';
echo '<button type="submit">Logout</button>';
echo '<button type="submit">Log out</button>';
echo '</form>';
}