mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Fix casing of "Upload file" tooltip
This commit is contained in:
parent
c3ba9234ac
commit
2b10cf203b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
<form id="form" method="post" action="">
|
||||
<span id="nick"></span>
|
||||
<textarea id="input" class="mousetrap"></textarea>
|
||||
<span id="upload-tooltip" class="tooltipped tooltipped-w tooltipped-no-touch" aria-label="Upload File">
|
||||
<span id="upload-tooltip" class="tooltipped tooltipped-w tooltipped-no-touch" aria-label="Upload file">
|
||||
<input id="upload-input" type="file" multiple>
|
||||
<button id="upload" type="button" aria-label="Upload file"></button>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue