Localizations for deposit
This commit is contained in:
@@ -69,7 +69,7 @@ class _AccountOpeningScreenState extends State<AccountOpeningScreen> {
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Text(
|
||||
"Select your source account to proceed with opening a new FD, TD, or RD account. Your KYC details will be verified.",
|
||||
l10n.accountOpeningDescription,
|
||||
style: Theme.of(context).textTheme.titleMedium,
|
||||
),
|
||||
),
|
||||
@@ -144,9 +144,9 @@ class _AccountOpeningScreenState extends State<AccountOpeningScreen> {
|
||||
} else {
|
||||
if (mounted) {
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
const SnackBar(
|
||||
SnackBar(
|
||||
content: Text(
|
||||
"Failed to fetch account details")),
|
||||
l10n.failedToFetchAccountDetails)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user