feat: update discount label to use Indonesian term 'Diskon' in PurchaseCardRow component

This commit is contained in:
Yoga Pangestu 2026-08-13 10:54:05 +07:00
parent 71a7863244
commit bb68c3cb2e

View File

@ -97,7 +97,7 @@ export function PurchaseCardRow({
</span> </span>
<span> <span>
<span className="text-muted-foreground"> <span className="text-muted-foreground">
Disc:{' '} Diskon:{' '}
</span> </span>
{formatCurrency(purchase.discount)} {formatCurrency(purchase.discount)}
</span> </span>