feat: update attachment title in FileUpload component for clarity

This commit is contained in:
Yoga Pangestu 2026-07-30 11:46:43 +07:00
parent bc810c93d2
commit 0d90c5913e

View File

@ -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>
</>
)}