Beneficiary Localization Chamges
This commit is contained in:
@@ -682,4 +682,34 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get beneficiaryAccountNo => 'Beneficiary Account No.';
|
||||
|
||||
@override
|
||||
String get invalidRtgs => 'Invalid Amount for RTGS';
|
||||
|
||||
@override
|
||||
String get invalidRtgsPopUp => 'RTGS transactions require a minimum amount of 200,000. Please enter a higher amount or select NEFT as the transaction mode.';
|
||||
|
||||
@override
|
||||
String get correctTpin => 'Please Enter the correct TPIN';
|
||||
|
||||
@override
|
||||
String get insufficientFund => 'Your account does not have sufficient balance';
|
||||
|
||||
@override
|
||||
String get creditedTo => 'Credited To';
|
||||
|
||||
@override
|
||||
String get selectTransactionType => 'Select transaction Type';
|
||||
|
||||
@override
|
||||
String get proceed => 'Proceed';
|
||||
|
||||
@override
|
||||
String get plsValidateBeneficiary => 'Please validate beneficiary details first';
|
||||
|
||||
@override
|
||||
String get accno7to20 => 'Account number must be between 7 and 20 digits';
|
||||
|
||||
@override
|
||||
String get validateBeneficiaryproceeding => 'Please validate beneficiary before proceeding';
|
||||
}
|
||||
|
Reference in New Issue
Block a user