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