Refactoring

This commit is contained in:
2025-07-19 15:07:09 +02:00
parent 4bc3f65c71
commit 61d10d7164
9 changed files with 17 additions and 17 deletions

View File

@@ -126,7 +126,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
children: [
CupertinoListTile(
title: Text(
AppLocalizations.of(context).game_process,
AppLocalizations.of(context).scoring_history,
),
backgroundColorActivated:
CustomTheme.backgroundColor,
@@ -138,7 +138,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
)))),
CupertinoListTile(
title: Text(
AppLocalizations.of(context).table,
AppLocalizations.of(context).point_overview,
),
backgroundColorActivated:
CustomTheme.backgroundColor,