Skip to content

Commit a9917eb

Browse files
Remove fileupload tooltip
1 parent 109e0aa commit a9917eb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

templates/components/form/file_uploader.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
<div class="file-uploader-dropzone-content">
4242
<i class="ti ti-cloud-upload file-uploader-dropzone-icon"></i>
4343
<p class="file-uploader-dropzone-title">{{ __('Drop files here or click to browse') }}</p>
44-
<span class="form-help"
45-
data-bs-toggle="tooltip"
46-
data-bs-placement="top"
47-
data-bs-title="{{ __('Allowed file types are configured by your administrator') }}">?</span>
4844
<span class="btn btn-outline-primary btn-sm mt-2">
4945
<i class="ti ti-folder-open me-1"></i>{{ __('Browse Files') }}
5046
</span>

0 commit comments

Comments
 (0)