changed payment to purchase

This commit was merged in pull request #480.
This commit is contained in:
victorAnumudu
2023-11-01 18:45:25 +01:00
parent e49c4d66f8
commit 64056bb2a4
@@ -43,7 +43,7 @@ function PurchasesTable({purchase}) {
</div>
:
<div className="p-2 text-slate-500 flex flex-col grow justify-center items-center">
<span>No Payment History Found!</span>
<span>No Purchase History Found!</span>
</div>
}