Skip to content

Commit 190f9d2

Browse files
authored
Update onboarding email input label (#16558)
1 parent ca40fe5 commit 190f9d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/dashboard/src/onboarding/StepUserInfo.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ export const StepUserInfo: FC<Props> = ({ user, onComplete }) => {
9494

9595
<TextInputField
9696
value={emailAddress}
97-
label="Email"
97+
label="Work Email"
9898
type="email"
99-
hint="We recommend using a work email address."
10099
error={emailError.message}
101100
onBlur={emailError.onBlur}
102101
onChange={setEmailAddress}

0 commit comments

Comments
 (0)