1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-19 22:31:31 +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

@@ -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>';
}