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,