2
0
mirror of https://github.com/Znote/ZnoteAAC.git synced 2025-05-05 13:49:21 +02:00

Typo fix in login widget ()

Typo fix "userame".
This commit is contained in:
Marek Madejski 2025-03-05 16:28:14 +01:00 committed by GitHub
parent 70a39d4cc7
commit dbc1e14ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,7 +5,7 @@
<div class="body">
<form class="loginForm" action="login.php" method="post">
<div class="well">
<label for="login_username">Userame:</label> <input type="text" name="username" id="login_username">
<label for="login_username">Username:</label> <input type="text" name="username" id="login_username">
</div>
<div class="well">
<label for="login_password">Password:</label> <input type="password" name="password" id="login_password">