Skip to content

Commit

Permalink
drag and drop text update
Browse files Browse the repository at this point in the history
  • Loading branch information
dissorial committed May 14, 2023
1 parent 8d8a052 commit b36d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default function Settings() {
<span className="mt-2 sm:mt-2 block text-xs sm:text-sm font-semibold text-gray-100">
{selectedFiles.length > 0
? selectedFiles.map((file) => file.name).join(', ')
: 'Select a single file or multiple files'}
: 'Drag and drop or click to select files to upload'}
</span>
</label>
</div>
Expand Down

1 comment on commit b36d9ab

@vercel
Copy link

@vercel vercel bot commented on b36d9ab May 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.