change placement to text in match detail view
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s

This commit is contained in:
2026-05-09 17:47:23 +02:00
parent 9781a20b38
commit 616c239375
6 changed files with 50 additions and 2 deletions

View File

@@ -235,6 +235,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get placement => 'Placement';
@override
String get place => 'place';
@override
String get played_matches => 'Played Matches';