We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109e0aa commit a9917ebCopy full SHA for a9917eb
1 file changed
templates/components/form/file_uploader.html.twig
@@ -41,10 +41,6 @@
41
<div class="file-uploader-dropzone-content">
42
<i class="ti ti-cloud-upload file-uploader-dropzone-icon"></i>
43
<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>
48
<span class="btn btn-outline-primary btn-sm mt-2">
49
<i class="ti ti-folder-open me-1"></i>{{ __('Browse Files') }}
50
</span>
0 commit comments