MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit a29123c964 - Show all commits

View File

@@ -63,7 +63,7 @@ class _GameHistoryViewState extends State<GameHistoryView> {
return const Center(
heightFactor: 4,
child: Text(
'Error while loading recent games.',
'Error while loading games.',
),
);
}
@@ -71,7 +71,7 @@ class _GameHistoryViewState extends State<GameHistoryView> {
(!snapshot.hasData || snapshot.data!.isEmpty)) {
return const Center(
heightFactor: 4,
child: Text('No recent games available.'),
child: Text('No games available.'),
);
}