kconnect changed to ??
This commit is contained in:
@@ -26,7 +26,7 @@ class _SplashScreenState extends State<SplashScreen> {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Text(
|
||||
AppLocalizations.of(context).kconnect,
|
||||
AppLocalizations.of(context).kccb,
|
||||
style: const TextStyle(
|
||||
fontSize: 36,
|
||||
fontWeight: FontWeight.bold,
|
||||
|
||||
@@ -213,10 +213,12 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user