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

@@ -310,7 +310,9 @@ class AppLocalizationsEn extends AppLocalizations {
String get done => 'Done';
@override
String get onboardStartTitle => 'Start a conversation';
String onboardStartTitle(String username) {
return 'Hello, $username';
}
@override
String get onboardStartSubtitle =>