Repair Menu

This commit is contained in:
2021-12-23 19:32:29 +07:00
parent 5229359425
commit 884a23ae80
10 changed files with 11 additions and 11 deletions

View File

@@ -167,7 +167,7 @@ export const Payback = observer(() => {
},
{
route: LINKS.PAYBACK,
name: <span style={{ fontWeight: "bold" }}>Payback Confirmation</span>,
name: <span style={{ fontWeight: "bold" }}>Konfirmasi Pembayaran</span>,
},
];

View File

@@ -84,7 +84,7 @@ export const PaybackCreated = observer(() => {
},
{
route: LINKS.PAYBACK_CREATED,
name: <span style={{fontWeight: "bold"}}>Payback Created</span>,
name: <span style={{fontWeight: "bold"}}>Buat Pembayaran</span>,
},
];