We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcf208 commit eb9699eCopy full SHA for eb9699e
lib/app/view/app_shell.dart
@@ -44,17 +44,17 @@ class AppShell extends StatelessWidget {
44
NavigationDestination(
45
icon: const Icon(Icons.folder_open_outlined),
46
selectedIcon: const Icon(Icons.folder),
47
- label: l10n.contentManagement,
+ label: l10n.navContent,
48
),
49
50
icon: const Icon(Icons.people_outline),
51
selectedIcon: const Icon(Icons.people),
52
- label: l10n.userManagement,
+ label: l10n.navUsers,
53
54
55
icon: const Icon(Icons.forum_outlined),
56
selectedIcon: const Icon(Icons.forum),
57
- label: l10n.communityManagement,
+ label: l10n.navCommunity,
58
59
60
icon: const Icon(Icons.settings_applications_outlined),
0 commit comments