Subtitles added in payment tabs with Localizations
This commit is contained in:
@@ -32,7 +32,7 @@ class _QuickPayScreen extends State<QuickPayScreen> {
|
||||
child: QuickPayManagementTile(
|
||||
icon: Symbols.input_circle,
|
||||
label: AppLocalizations.of(context).ownBank,
|
||||
subtitle: "Seamlessly send money to your loved ones within Kangra Bank. Fast, secure, and always at your fingertips!",
|
||||
subtitle: AppLocalizations.of(context).quickownsubtitle,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
@@ -50,7 +50,7 @@ class _QuickPayScreen extends State<QuickPayScreen> {
|
||||
child: QuickPayManagementTile(
|
||||
icon: Symbols.output_circle,
|
||||
label: AppLocalizations.of(context).outsideBank,
|
||||
subtitle: "Transfer funds to any bank across India with ease. Your transactions are secure and processed quickly.",
|
||||
subtitle: AppLocalizations.of(context).quickoutsidesubtitle,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user