Changed string for GraphView title

This commit is contained in:
2025-07-13 00:57:08 +02:00
parent fee6cc3a33
commit ee5319533a
6 changed files with 6 additions and 9 deletions

View File

@@ -209,7 +209,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get empty_graph_text =>
'You must play at least two rounds for the game progress graph to be displayed.';
'You must play at least one round for the game progress graph to be displayed.';
@override
String get settings => 'Settings';