Skip to content

Commit eb9699e

Browse files
committed
fix(localization): update navigation label localization
- Replace contentManagement with navContent - Replace userManagement with navUsers - Replace communityManagement with navCommunity
1 parent 5bcf208 commit eb9699e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/app/view/app_shell.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ class AppShell extends StatelessWidget {
4444
NavigationDestination(
4545
icon: const Icon(Icons.folder_open_outlined),
4646
selectedIcon: const Icon(Icons.folder),
47-
label: l10n.contentManagement,
47+
label: l10n.navContent,
4848
),
4949
NavigationDestination(
5050
icon: const Icon(Icons.people_outline),
5151
selectedIcon: const Icon(Icons.people),
52-
label: l10n.userManagement,
52+
label: l10n.navUsers,
5353
),
5454
NavigationDestination(
5555
icon: const Icon(Icons.forum_outlined),
5656
selectedIcon: const Icon(Icons.forum),
57-
label: l10n.communityManagement,
57+
label: l10n.navCommunity,
5858
),
5959
NavigationDestination(
6060
icon: const Icon(Icons.settings_applications_outlined),

0 commit comments

Comments
 (0)