Updated wording for default label.

This commit is contained in:
Scott Idem
2024-09-18 18:12:51 -04:00
parent 63f17e111b
commit 2cf1ea39a8

View File

@@ -239,11 +239,11 @@ async function handle_input_upload_files(input_upload_files, task_id) {
<span class="fas fa-upload"></span>
<!-- Select files to upload -->
<!-- <span class="fas fa-file-archive"></span> -->
<strong>Upload your files</strong>
<strong class="bg-blue-300 p-1">Upload files</strong>
<!-- (drag and drop) -->
</div>
<span>
Presentation related files only<br>
<span class="text-sm text-gray-600 dark:text-gray-400 italic">
<strong>Presentation related files only</strong><br>
(PowerPoint, Keynote, PDF, mp4, Word Doc, Excel, txt, etc)
</span>
</slot>