changed intro screen appbar and fixed german exkusion translation
changed homepage title forgot that file
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user