minor changes done

This commit is contained in:
meet2711
2024-06-24 19:27:15 +05:30
parent 2df5346ec9
commit e2f9d384cb
8 changed files with 111 additions and 99 deletions

View File

@@ -96,6 +96,9 @@ class AppText {
static const String areYouSureYouWantToExitText =
"Are you sure you want to Exit?";
//FAQ
static const String faqTitle = "Frequently Asked Questions:";
//OTP
static const String checkYourMessages = "Check your messages";
static const String referToSameOtpMessage =
@@ -121,6 +124,10 @@ class AppText {
static const String allowText = "Allow";
static const String declineText = "Decline";
//Forgot Password
static const String almostHere = 'Almost here...';
static const String completeAcc = 'Complete account profile in 3 minutes to start investing';
//Forgot Password
static const String restorePasswordText = "Restore password";
static const String toRestorePasswordPleaseEnterPhoneNumber =
@@ -135,6 +142,7 @@ class AppText {
static const String filterTitle = "Filters";
static const String onHold = "On Hold";
static const String deposit = "Deposit";
static const String withdraw = "Withdraw";
static const String withdrawal = "Withdrawal";
static const String yield = "Yield";
static const String refund = "Refund";
@@ -273,7 +281,8 @@ class AppText {
static const String balanceText = "Balance";
static const String applePayText = "Apple Pay";
static const String gPayText = "Gpay Pay";
static const String bankTransferText = "Directly transfer funds from your bank account into your Tanami wallet.";
static const String bankTransferText =
"Directly transfer funds from your bank account into your Tanami wallet.";
static const String instantTransferFundsApplePayText =
"Instant transfer of funds using Apple Pay!";
static const String instantTransferFundsGpayPayText =
@@ -301,6 +310,4 @@ class AppText {
static const String enterAmountText = "Enter Amount";
static const String pleaseEnterAmountText = "Please Enter Amount";
//Wallet
static const String withdrawText = 'Withdraw';
}