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 5a01dfa commit 18392b6Copy full SHA for 18392b6
lib/app/view/app_shell.dart
@@ -27,7 +27,7 @@ class AppShell extends StatelessWidget {
27
final l10n = AppLocalizationsX(context).l10n;
28
return Scaffold(
29
appBar: AppBar(
30
- title: Text(l10n.overview),
+ title: Text(l10n.dashboardTitle),
31
actions: [
32
PopupMenuButton<String>(
33
onSelected: (value) {
0 commit comments