Bank Logos in beneficiary list

This commit is contained in:
2025-08-11 13:13:28 +05:30
parent 72862492c0
commit e7bbab13ba
13 changed files with 134 additions and 92 deletions

View File

@@ -427,7 +427,7 @@ class _AddBeneficiaryScreen extends State<AddBeneficiaryScreen> {
const SizedBox(height: 24),
if (!_isBeneficiaryValidated)
Padding(
padding: const EdgeInsetsGeometry.only(bottom: 24),
padding: const EdgeInsets.only(bottom: 24),
child: SizedBox(
width: double.infinity,
child: ElevatedButton(
@@ -452,7 +452,7 @@ class _AddBeneficiaryScreen extends State<AddBeneficiaryScreen> {
child: CircularProgressIndicator(
strokeWidth: 2),
)
: const Text('Validate Beneficiary'),
: Text(AppLocalizations.of(context).validateBeneficiary),
),
),
),