add translate for status from payment history
This commit is contained in:
@@ -128,7 +128,7 @@ export default function PaymentsHistory() {
|
|||||||
return (
|
return (
|
||||||
<div className="text-center font-semibold table-item">
|
<div className="text-center font-semibold table-item">
|
||||||
<span className="table-item-status">
|
<span className="table-item-status">
|
||||||
{row.original.status}
|
{t(row.original.status.toLocaleLowerCase())}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user