Implemented new strings

This commit is contained in:
2025-07-19 15:06:15 +02:00
parent c461cd0b2a
commit 4bc3f65c71
3 changed files with 3 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
)))),
CupertinoListTile(
title: Text(
'Übersicht',
AppLocalizations.of(context).table,
),
backgroundColorActivated:
CustomTheme.backgroundColor,