refactor(FE-208): update 'Purchase' title to 'Pembelian' in constants

This commit is contained in:
rstubryan
2025-11-13 15:50:11 +07:00
parent d9ebde65cb
commit e5d9612e29
+1 -1
View File
@@ -41,7 +41,7 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
},
{
title: 'Purchase',
title: 'Pembelian',
link: '/purchase',
icon: 'gg:shopping-cart',
},