feat: change name transaction to order
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user