aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/OnboardingStepTwo.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-19 10:47:10 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-19 10:54:49 -0700
commit7f32e6f239cd1458f2e81668f7c940ff103319f4 (patch)
treece291e5d00028d10a0ee730a315b4a1af2050c63 /src/screens/onboarding/OnboardingStepTwo.tsx
parent65503e327d65d08b4fb2ec0acc886be4d17dadb3 (diff)
UAT bug fixes'
Diffstat (limited to 'src/screens/onboarding/OnboardingStepTwo.tsx')
-rw-r--r--src/screens/onboarding/OnboardingStepTwo.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/onboarding/OnboardingStepTwo.tsx b/src/screens/onboarding/OnboardingStepTwo.tsx
index 93342c3f..1014981d 100644
--- a/src/screens/onboarding/OnboardingStepTwo.tsx
+++ b/src/screens/onboarding/OnboardingStepTwo.tsx
@@ -247,7 +247,7 @@ const OnboardingStepTwo: React.FC<OnboardingStepTwoProps> = ({
<TaggInput
accessibilityHint="Enter your email."
accessibilityLabel="Email input field."
- placeholder="Email"
+ placeholder="School Email"
autoCompleteType="email"
textContentType="emailAddress"
autoCapitalize="none"