Skip to content

Commit

Permalink
Update client/src/components/Upload/DragAndDropModal.vue
Browse files Browse the repository at this point in the history
Wording updated, suggestion accepted.

Co-authored-by: Laila Los <[email protected]>
  • Loading branch information
hujambo-dunia and ElectronicBlueberry authored Nov 27, 2023
1 parent 45b32f8 commit 0f53b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Upload/DragAndDropModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function onDrop(event) {
function onDropCancel(event) {
if (event.dataTransfer?.files?.length > 0) {
toast.error("Please try again", "Upload cancelled");
toast.error("Upload cancelled", "Drop file in the center to upload it");
}
}
Expand Down

0 comments on commit 0f53b62

Please sign in to comment.