mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 16:27:22 +00:00
Merge pull request #3064 from thelounge/astorije/the-return-of-upload-file-casing
Fix casing of "Upload file" tooltip
This commit is contained in:
commit
aa1fb6a5cd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
v-if="this.$root.isFileUploadEnabled"
|
||||
id="upload-tooltip"
|
||||
class="tooltipped tooltipped-w tooltipped-no-touch"
|
||||
aria-label="Upload File"
|
||||
aria-label="Upload file"
|
||||
@click="openFileUpload">
|
||||
<input
|
||||
id="upload-input"
|
||||
|
|
Loading…
Reference in a new issue