text changes done

This commit is contained in:
meet2711
2024-06-26 19:32:56 +05:30
parent 64797a4946
commit 3129d4c1de
4 changed files with 15 additions and 15 deletions

View File

@@ -7,11 +7,11 @@ class AppText {
static const String welcomeTitle1Text = "Tanami offers";
static const String welcomeTitle2Text = "Invest alongside";
static const String welcomeTitle3Text = "Start investing today ";
static const String weclomeDescription1Text =
static const String welcomeDescription1Text =
"access to best-in-class, exclusive, global private investments";
static const String weclomeDescription2Text =
static const String welcomeDescription2Text =
"experienced investment experts with a long-standing track record";
static const String weclomeDescription3Text = "with only SAR 1,000";
static const String welcomeDescription3Text = "with only SAR 1,000";
static const String loginText = "Log In";
static const String signUpText = "Sign Up";
@@ -126,7 +126,8 @@ class AppText {
//Forgot Password
static const String almostHere = 'Almost here...';
static const String completeAcc = 'Complete account profile in 3 minutes to start investing';
static const String completeAcc =
'Complete account profile in 3 minutes to start investing';
//Forgot Password
static const String restorePasswordText = "Restore password";
@@ -176,7 +177,8 @@ class AppText {
static const String required = 'Fields with * are required';
static const String withdrawAmt = 'Total Withdrawal amount:';
static const String depositAmt = 'Total Deposit amount:';
static const String info2 = 'Payment can include transfer fee from your bank';
static const String info2 =
'Payment can include transfer fee from your bank ';
static const String info3 =
'To accomplish payment please use payment details and Reference ID in tour Bank';
static const String next = 'Next';
@@ -309,5 +311,4 @@ class AppText {
static const String investmentConfirmationText = "Investment confirmation";
static const String enterAmountText = "Enter Amount";
static const String pleaseEnterAmountText = "Please Enter Amount";
}