diff --git a/lib/features/auth/screens/splash_screen.dart b/lib/features/auth/screens/splash_screen.dart index 65881b0..139f4ba 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).kccb, + AppLocalizations.of(context).kccbMobile, 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 e090bfd..6b1043f 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -213,12 +213,11 @@ class _DashboardScreenState extends State { backgroundColor: theme.scaffoldBackgroundColor, automaticallyImplyLeading: false, title: Text( - AppLocalizations.of(context).kccBankFull, + AppLocalizations.of(context).kccbMobile, textAlign: TextAlign.left, style: TextStyle( color: theme.colorScheme.primary, fontWeight: FontWeight.w700, - fontSize: 16, ), ), centerTitle: true, diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 1b28e6b..fe6f51a 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -314,5 +314,6 @@ "themeModeLight": "Light", "themeModeDark": "Dark", "details": "Details", - "remarks": "Remarks (Optional)" + "remarks": "Remarks (Optional)", + "kccbMobile": "KCCB Mobile" } diff --git a/lib/l10n/app_hi.arb b/lib/l10n/app_hi.arb index cbc2071..39ba8b4 100644 --- a/lib/l10n/app_hi.arb +++ b/lib/l10n/app_hi.arb @@ -315,5 +315,6 @@ "themeModeLight": "लाईट", "themeModeDark": "डार्क", "details": "विवरण", - "remarks": "विचार (अनिवार्य नहीं)" + "remarks": "विचार (अनिवार्य नहीं)", + "kccbMobile": "केसीसीबी मोबाइल" }