mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Small wording hints on file uploads instead of upload File its just upload and added the title of the upload modal from upload files to upload file(s)
This commit is contained in:
@@ -100,7 +100,7 @@ while ($folder_id > 0) {
|
||||
<div class="card-tools">
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#uploadFilesModal">
|
||||
<i class="fas fa-fw fa-cloud-upload-alt mr-2"></i>Upload File
|
||||
<i class="fas fa-fw fa-cloud-upload-alt mr-2"></i>Upload
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown"></button>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
Reference in New Issue
Block a user