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
@ -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 New Issue
Block a user