Fix casing of "Upload file" tooltip
This commit is contained in:
parent
16e4be12a8
commit
dadccb7665
@ -18,7 +18,7 @@
|
|||||||
v-if="this.$root.isFileUploadEnabled"
|
v-if="this.$root.isFileUploadEnabled"
|
||||||
id="upload-tooltip"
|
id="upload-tooltip"
|
||||||
class="tooltipped tooltipped-w tooltipped-no-touch"
|
class="tooltipped tooltipped-w tooltipped-no-touch"
|
||||||
aria-label="Upload File"
|
aria-label="Upload file"
|
||||||
@click="openFileUpload">
|
@click="openFileUpload">
|
||||||
<input
|
<input
|
||||||
id="upload-input"
|
id="upload-input"
|
||||||
|
Loading…
Reference in New Issue
Block a user