Skip to content

Commit 9463c47

Browse files
committed
refactor: rename 'Terminal' label to 'Logs' in dashboard and navbar
1 parent 44acee2 commit 9463c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/screens/dashboard.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Dashboard extends ConsumerWidget {
8181
selectedIcon: const Icon(Icons.terminal),
8282
),
8383
Text(
84-
'Terminal',
84+
'Logs',
8585
style: Theme.of(context).textTheme.labelSmall,
8686
),
8787
],

lib/screens/mobile/navbar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class BottomNavBar extends ConsumerWidget {
6363
buttonIdx: 4,
6464
selectedIcon: Icons.terminal,
6565
icon: Icons.terminal,
66-
label: 'Terminal',
66+
label: 'Logs',
6767
),
6868
),
6969
Expanded(

0 commit comments

Comments
 (0)