Hotfix: Pixel Overflow

This commit is contained in:
2025-07-19 23:06:38 +02:00
parent d660fb0627
commit 96471a5764
5 changed files with 5 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get select_game_mode => 'Spielmodus auswählen';
@override
String get no_mode_selected => 'Kein Modus ausgewählt';
String get no_mode_selected => 'Kein Modus';
@override
String get no_default_mode => 'Kein Standard-Modus';