Subtitles added in payment tabs with Localizations
This commit is contained in:
@@ -43,7 +43,7 @@ class FundTransferScreen extends StatelessWidget {
|
||||
child: FundTransferManagementTile(
|
||||
icon: Symbols.person,
|
||||
label: "Self Pay",
|
||||
subtitle: "Move money between your own accounts with ease. Your funds, your way.",
|
||||
subtitle: AppLocalizations.of(context).ftselfpaysubtitle,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
@@ -65,7 +65,7 @@ class FundTransferScreen extends StatelessWidget {
|
||||
child: FundTransferManagementTile(
|
||||
icon: Symbols.input_circle,
|
||||
label: AppLocalizations.of(context).ownBank,
|
||||
subtitle: "Send money to your saved beneficiaries within Kangra Bank.",
|
||||
subtitle: AppLocalizations.of(context).ftownsubtitle,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
@@ -86,7 +86,7 @@ class FundTransferScreen extends StatelessWidget {
|
||||
child: FundTransferManagementTile(
|
||||
icon: Symbols.output_circle,
|
||||
label: AppLocalizations.of(context).outsideBank,
|
||||
subtitle: "Transfer funds to your saved beneficiaries in any other bank across India.",
|
||||
subtitle: AppLocalizations.of(context).ftoutsidesubtitle,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user