Skip to content

Commit

Permalink
fix(clerk-js): Typo on remove phone number page
Browse files Browse the repository at this point in the history
  • Loading branch information
chanioxaris authored and nikosdouvlis committed Sep 19, 2022
1 parent f1f0d93 commit 5fa86a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const RemovePhonePage = () => {

return (
<RemoveResourcePage
title='Remove email address'
title='Remove phone number'
messageLine1={`${ref.current.phoneNumber} will be removed from this account.`}
messageLine2={`You will no longer be able to sign in using this phone number.`}
successMessage={`${ref.current.phoneNumber} has been removed from your account.`}
Expand Down

0 comments on commit 5fa86a4

Please sign in to comment.