mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 03:55:51 +01:00
Clarify that FileUpload component does not upload directly (#1566)
Clarify that FileUpload component does not upload directly: Changed label from “Upload” to “Select File” and icon from direct to a kind of upload.
This commit is contained in:
@@ -51,7 +51,7 @@ const FileUpload: FC<Props> = ({ handleFile }) => {
|
||||
/>
|
||||
<span className="file-cta">
|
||||
<span className="file-icon">
|
||||
<i className="fas fa-upload" />
|
||||
<i className="fas fa-arrow-circle-up" />
|
||||
</span>
|
||||
<span className="file-label">{t("fileUpload.label")}</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user