From 17ebf8626a89a3a7a8bc072a2126f2817b7aca44 Mon Sep 17 00:00:00 2001 From: Nilanjan Chakrabarti Date: Wed, 17 Sep 2025 11:46:09 +0530 Subject: [PATCH] kconnect changed to ?? --- lib/features/auth/screens/splash_screen.dart | 2 +- lib/features/dashboard/screens/dashboard_screen.dart | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/features/auth/screens/splash_screen.dart b/lib/features/auth/screens/splash_screen.dart index 5d64acb..65881b0 100644 --- a/lib/features/auth/screens/splash_screen.dart +++ b/lib/features/auth/screens/splash_screen.dart @@ -26,7 +26,7 @@ class _SplashScreenState extends State { mainAxisSize: MainAxisSize.min, children: [ Text( - AppLocalizations.of(context).kconnect, + AppLocalizations.of(context).kccb, style: const TextStyle( fontSize: 36, fontWeight: FontWeight.bold, diff --git a/lib/features/dashboard/screens/dashboard_screen.dart b/lib/features/dashboard/screens/dashboard_screen.dart index b3c9eb7..e090bfd 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -213,10 +213,12 @@ class _DashboardScreenState extends State { backgroundColor: theme.scaffoldBackgroundColor, automaticallyImplyLeading: false, title: Text( - AppLocalizations.of(context).kconnect, + AppLocalizations.of(context).kccBankFull, + textAlign: TextAlign.left, style: TextStyle( color: theme.colorScheme.primary, fontWeight: FontWeight.w700, + fontSize: 16, ), ), centerTitle: true,