From ea5c95ac94bc5588f291e4505549d10a2a5178f4 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Thu, 27 Aug 2020 18:57:12 -0700 Subject: [PATCH] Add HTML lang and labelled-by field to upload --- client/components/ChatInput.vue | 1 + client/index.html.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/components/ChatInput.vue b/client/components/ChatInput.vue index a384b2ec..b3885e0f 100644 --- a/client/components/ChatInput.vue +++ b/client/components/ChatInput.vue @@ -24,6 +24,7 @@ id="upload-input" ref="uploadInput" type="file" + aria-labelledby="upload" multiple @change="onUploadInputChange" /> diff --git a/client/index.html.tpl b/client/index.html.tpl index c75aac5e..847c9477 100644 --- a/client/index.html.tpl +++ b/client/index.html.tpl @@ -1,5 +1,5 @@ - +