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

@@ -315,7 +315,9 @@ class AppLocalizationsFr extends AppLocalizations {
String get done => 'Terminé';
@override
String get onboardStartTitle => 'Commencer une conversation';
String onboardStartTitle(String username) {
return 'Bonjour, $username';
}
@override
String get onboardStartSubtitle =>