kconnect changed to ??

This commit is contained in:
2025-09-17 11:46:09 +05:30
parent e466dff424
commit 17ebf8626a
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class _SplashScreenState extends State<SplashScreen> {
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: [ children: [
Text( Text(
AppLocalizations.of(context).kconnect, AppLocalizations.of(context).kccb,
style: const TextStyle( style: const TextStyle(
fontSize: 36, fontSize: 36,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,

View File

@@ -213,10 +213,12 @@ class _DashboardScreenState extends State<DashboardScreen> {
backgroundColor: theme.scaffoldBackgroundColor, backgroundColor: theme.scaffoldBackgroundColor,
automaticallyImplyLeading: false, automaticallyImplyLeading: false,
title: Text( title: Text(
AppLocalizations.of(context).kconnect, AppLocalizations.of(context).kccBankFull,
textAlign: TextAlign.left,
style: TextStyle( style: TextStyle(
color: theme.colorScheme.primary, color: theme.colorScheme.primary,
fontWeight: FontWeight.w700, fontWeight: FontWeight.w700,
fontSize: 16,
), ),
), ),
centerTitle: true, centerTitle: true,