Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Mar 26, 2024
1 parent 7246ebb commit b81907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/oSnap/components/Input/FileInput/FileInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const toggleDropping = () => {
>. Please choose another.</template
>
<template v-else-if="fileInputState === 'INVALID_QUANTITY'"
>Drop only <strong>1</strong> file at a time
>Drop only <strong class="underline">one</strong> file at a time
</template>
<template v-else-if="fileInputState === 'VALID' && file">{{
file.name
Expand Down

0 comments on commit b81907f

Please sign in to comment.