From 6a02b799df2a83cfff403907448995a1ff047015 Mon Sep 17 00:00:00 2001 From: meet2711 Date: Thu, 20 Jun 2024 19:20:50 +0530 Subject: [PATCH] text fixed --- lib/core/styles/app_text.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/styles/app_text.dart b/lib/core/styles/app_text.dart index 9d16c6b..f527201 100644 --- a/lib/core/styles/app_text.dart +++ b/lib/core/styles/app_text.dart @@ -25,7 +25,7 @@ class AppText { static const String chooseCountry = "Choose country"; static const String phoneNumber = "Phone number"; static const String password = "Password"; - static const String enterPassword = "Enter password"; + static const String enterPassword = "Enter Password"; static const String invalidPhoneNo = "Invalid phone number"; static const String enterPhoneNo = "Enter phone number"; static const String invalidPassword = "Invalid password"; @@ -156,7 +156,7 @@ class AppText { static const String previewTitle = "Withdrawal confirmation"; static const String info = 'Your withdrawal request has been received and is currently being processed.'; - static const String info1 = + static const String info1 = 'Please confirm the withdrawal amount and verify the accuracy of your bank details.'; static const String workingDays = 'Processing times vary from 3-7 working days';