From 092dd5ec0a26f5ae02f1fac681a106f770dbf2a0 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 18 May 2026 00:27:01 +0200 Subject: [PATCH] fix: loc --- lib/presentation/widgets/tiles/match_tile.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/presentation/widgets/tiles/match_tile.dart b/lib/presentation/widgets/tiles/match_tile.dart index a9ffeb3..5dd7d37 100644 --- a/lib/presentation/widgets/tiles/match_tile.dart +++ b/lib/presentation/widgets/tiles/match_tile.dart @@ -236,9 +236,9 @@ class _MatchTileState extends State { ], if (match.teams != null && match.teams!.isNotEmpty) ...[ - const Text( - 'Teams', - style: TextStyle( + Text( + loc.teams, + style: const TextStyle( fontSize: 13, color: Colors.grey, fontWeight: FontWeight.w500,