Corrected typos

This commit is contained in:
2025-07-01 22:32:33 +02:00
parent 98bc9bd837
commit f7ea026037
7 changed files with 18 additions and 18 deletions

View File

@@ -192,10 +192,10 @@ class AppLocalizationsEn extends AppLocalizations {
String get error => 'Error';
@override
String get import_sucess_title => 'Import successful';
String get import_success_title => 'Import successful';
@override
String get import_sucess_message =>
String get import_success_message =>
'The game data has been successfully imported.';
@override