Game zu Match umbenennen #89

Merged
flixcoo merged 5 commits from refactoring/78-game-zu-match-umbenennen into development 2025-12-12 15:34:17 +00:00
Showing only changes of commit 0e5ad1c3d9 - Show all commits

View File

@@ -153,7 +153,7 @@ class _HomeViewState extends State<HomeView> {
ruleset: 'Ruleset',
players: _getPlayerText(matches[0]),
winner: matches[0].winner == null
? 'Game in progress...'
? 'Match in progress...'
: matches[0].winner!.name,
),
const Padding(