Implemented new strings
This commit is contained in:
@@ -138,7 +138,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
|
||||
)))),
|
||||
CupertinoListTile(
|
||||
title: Text(
|
||||
'Übersicht',
|
||||
AppLocalizations.of(context).table,
|
||||
),
|
||||
backgroundColorActivated:
|
||||
CustomTheme.backgroundColor,
|
||||
|
||||
@@ -17,9 +17,8 @@ class _PointOverviewViewState extends State<PointOverviewView> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return CupertinoPageScaffold(
|
||||
resizeToAvoidBottomInset: true,
|
||||
navigationBar: CupertinoNavigationBar(
|
||||
middle: const Text('Punkte-Übersicht'),
|
||||
middle: Text(AppLocalizations.of(context).table),
|
||||
previousPageTitle: AppLocalizations.of(context).back,
|
||||
),
|
||||
child: SingleChildScrollView(
|
||||
|
||||
Reference in New Issue
Block a user