feat: update attachment title in FileUpload component for clarity
This commit is contained in:
parent
bc810c93d2
commit
0d90c5913e
@ -147,7 +147,7 @@ export function FileUpload({ value, onChange, folder, accept = 'image/jpeg,image
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<AttachmentTitle>Unggah Bukti</AttachmentTitle>
|
||||
<AttachmentTitle>Unggah File</AttachmentTitle>
|
||||
<AttachmentDescription>Opsional · JPG, PNG, WebP, GIF · Maks 10MB</AttachmentDescription>
|
||||
</>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user