Skip to content

Commit 2eaa6ec

Browse files
committedAug 11, 2022
fix(clerk-js): Minor copy fixes
1 parent ed7bf73 commit 2eaa6ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/clerk-js/src/ui/SignIn/SignInFactorOneEmailCodeCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const SignInFactorOneEmailCodeCard = (props: SignInFactorOneEmailCodeCard
1515
<SignInFactorOneCodeForm
1616
{...props}
1717
cardTitle='Check your email'
18-
cardSubtitle={`To continue to ${applicationName}`}
18+
cardSubtitle={`to continue to ${applicationName}`}
1919
formTitle='Verification code'
2020
formSubtitle='Enter the verification code sent to your email address'
2121
/>

‎packages/clerk-js/src/ui/SignIn/SignInFactorOnePhoneCodeCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const SignInFactorOnePhoneCodeCard = (props: SignInFactorOnePhoneCodeCard
1515
<SignInFactorOneCodeForm
1616
{...props}
1717
cardTitle='Check your phone'
18-
cardSubtitle={`To continue to ${applicationName}`}
18+
cardSubtitle={`to continue to ${applicationName}`}
1919
formTitle='Verification code'
2020
formSubtitle='Enter the verification code sent to your phone number'
2121
/>

0 commit comments

Comments
 (0)
Please sign in to comment.