Bank Logos in beneficiary list
This commit is contained in:
@@ -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),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user