feat: change name transaction to order

This commit is contained in:
efrilm
2025-08-18 13:33:45 +07:00
parent b8055c8eab
commit 62eb15b27f
8 changed files with 54 additions and 152 deletions
@@ -33,8 +33,8 @@ class _MainBottomNavbarState extends State<MainBottomNavbar> {
),
BottomNavigationBarItem(
icon: LineIcon(LineIcons.moneyBill),
label: context.lang.transaction,
tooltip: context.lang.transaction,
label: 'Order',
tooltip: 'Order',
),
BottomNavigationBarItem(
icon: LineIcon(LineIcons.barChart),