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> <span class="fas fa-upload"></span>
<!-- Select files to upload --> <!-- Select files to upload -->
<!-- <span class="fas fa-file-archive"></span> --> <!-- <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) --> <!-- (drag and drop) -->
</div> </div>
<span> <span class="text-sm text-gray-600 dark:text-gray-400 italic">
Presentation related files only<br> <strong>Presentation related files only</strong><br>
(PowerPoint, Keynote, PDF, mp4, Word Doc, Excel, txt, etc) (PowerPoint, Keynote, PDF, mp4, Word Doc, Excel, txt, etc)
</span> </span>
</slot> </slot>