From a07bd9445c99f900914b91f204de2917cad5e79d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 28 Apr 2025 13:46:05 +0000 Subject: [PATCH] Actions: Auto-formatting [skip ci] --- lib/views/create_game_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'),