Skip to content

Commit 11fa5e3

Browse files
more explicit label
1 parent 5da6310 commit 11fa5e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/FileUploader.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
4545
const { multiple, accept } = toRefs(props)
4646
47-
const label = multiple ? "Please select file(s)" : "Please select a file"
47+
const label = multiple
48+
? "Please select file(s) to import"
49+
: "Please select a file to import"
4850
const files = ref([])
4951
const loading = ref(false)
5052
const files_uploaded = ref(false)

0 commit comments

Comments
 (0)