refactor: new chat page text

This commit is contained in:
cogwheel0
2025-09-16 16:24:45 +05:30
parent f1a10caafb
commit acda5a22a6
13 changed files with 164 additions and 84 deletions

View File

@@ -314,7 +314,9 @@ class AppLocalizationsDe extends AppLocalizations {
String get done => 'Fertig';
@override
String get onboardStartTitle => 'Unterhaltung starten';
String onboardStartTitle(String username) {
return 'Hallo, $username';
}
@override
String get onboardStartSubtitle =>