mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 19:36:08 -04:00
Use label tag for chat username label, and rename javascript function to checkUsernameTooLong to better reflect its purpose
This commit is contained in:
parent
1e5e886577
commit
70593b0b87
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
<div class="chat-container no-js">
|
||||
<div class="chat-users">
|
||||
<div class="editable-username">
|
||||
<p>Your username:</p>
|
||||
<label for="username">Your username:</label>
|
||||
<input id="username" value="{{ username }}" />
|
||||
<p id="username-error"></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue