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

@@ -651,8 +651,8 @@ abstract class AppLocalizations {
/// Onboarding card: start chatting title.
///
/// In en, this message translates to:
/// **'Start a conversation'**
String get onboardStartTitle;
/// **'Hello, {username}'**
String onboardStartTitle(String username);
/// Onboarding card: brief guidance to begin a chat.
///