Skip to content

Commit

Permalink
Merge pull request #63 from bcgov/fix/3160-dnd-help-text
Browse files Browse the repository at this point in the history
Changing the text in the upload section form
  • Loading branch information
jujaga authored Mar 28, 2023
2 parents 11da6d6 + 8e52b22 commit 9488f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/object/ObjectUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const noFilesChosen = (files?: Array<File>): boolean => !files?.length;
class="border-2 border-dashed border-circle p-5 text-7xl text-400 border-400"
/>
<p class="mt-4 mb-0">
Drag and drop files here to upload.
Drag and drop files here to select for upload. Then click "Start upload".
</p>
</div>
<ObjectUploadFile
Expand Down

0 comments on commit 9488f8c

Please sign in to comment.