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,