diff --git a/lib/views/create_game_view.dart b/lib/views/create_game_view.dart index b750e09..dd48597 100644 --- a/lib/views/create_game_view.dart +++ b/lib/views/create_game_view.dart @@ -131,7 +131,7 @@ class _CreateGameState extends State { showCupertinoDialog( context: context, builder: (context) => CupertinoAlertDialog( - title: Text('Maximale Spielerzahl erreicht'), + title: const Text('Maximale Spielerzahl erreicht'), content: const Text( 'Es können maximal 5 Spieler hinzugefügt ' 'werden.'),