diff --git a/frontend/src/routes/DropZone.svelte b/frontend/src/routes/DropZone.svelte index e86917b5..dd9c5bb6 100644 --- a/frontend/src/routes/DropZone.svelte +++ b/frontend/src/routes/DropZone.svelte @@ -202,7 +202,7 @@ $effect(() => { type="file" multiple accept=".pdf,.jpg,.jpeg,.png,.tif,.tiff" - aria-label={m.upload_label()} + aria-label={m.doc_file_upload_label()} class="sr-only" onchange={handleFileSelect} />