changed intro screen appbar and fixed german exkusion translation

changed homepage title

forgot that file
This commit is contained in:
Nico
2025-05-26 22:54:38 +02:00
parent 953e886129
commit c3dcf1cb53
3 changed files with 4 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ class HomePage extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(AppLocalizations.of(context)!.homePageTitle),
title: const Text("LUPUS"),
actions: [
PopupMenuButton(
onSelected: (value) {