Fix casing of "Upload file" tooltip
This commit is contained in:
parent
c3ba9234ac
commit
2b10cf203b
@ -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 New Issue
Block a user