This commit is contained in:
zadit
2024-11-01 11:33:26 +07:00
parent 5a2b9b2f86
commit 32e8ebd69b
20 changed files with 812 additions and 509 deletions

View File

@@ -229,7 +229,7 @@ export default function Transactions({
: handleDecline(transaction.transactionId)
}
>
{isPaymentOpen ? "back" : "cancel"}
{isPaymentOpen ? "kembali" : "batalkan"}
</h5>
</div>
)}