Skip to content

Commit

Permalink
A couple of little grammar fixes to the SMS demo. (#140)
Browse files Browse the repository at this point in the history
* A couple of little grammar fixes.

* Woops! Linted
  • Loading branch information
KeshiaRose authored Apr 24, 2024
1 parent 4f5df34 commit 9c3fa38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions src/client/components/common/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,12 @@ export const USE_CASES = {
'See in real-time how Fingerprint can protect your application from SMS pumping. Try out our live demo to see Fingerprint prevent bad actors from sending themselves thousands of fraudulent text messages from your application.',
instructions: [
<>
Fill out the form below. You can use your real phone number for the complete experience. We will only use it for
this demo and store it only in hashed form temporarily.
Fill out the form below. You can use your real phone number to have a complete experience. We will only use it
for this demo and temporarily store it in hashed form.
</>,
<>
Click <b>Send code via SMS</b>. An SMS message with a one-time password will be sent to your phone. If you used
the default test phone number (<code>{TEST_PHONE_NUMBER}</code>), we will just simulate the SMS message on
Click <b>Send code via SMS</b>. An SMS message with a one-time password will be sent to your phone. If you use
the default test phone number (<code>{TEST_PHONE_NUMBER}</code>), we will simulate the SMS message on the
screen.
</>,
<>
Expand All @@ -539,11 +539,9 @@ export const USE_CASES = {
no more. You are limited to 3 messages per browser per day.
</>,
<>Try creating an account using a different email and phone number.</>,
<>Try opening this page in incognito mode or turning on a VPN. The daily request limit will still be enforced.</>,
<>
Try opening this page in incognito mode, or turning on a VPN. The daily request limit will still be enforced.
</>,
<>
Try creating another account using Tor or a browser automation tool like Playwright. You will blocked right
Try creating another account using Tor or a browser automation tool like Playwright. You will be blocked right
away.
</>,
],
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/sms-pumping/PhoneNumberForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const PhoneNumberForm: FunctionComponent<PhoneNumberFormProps> = ({
/>

<label>Phone number</label>
<span className={formStyles.description}>Use a international format without spaces like +1234567890.</span>
<span className={formStyles.description}>Use an international format without spaces, like +1234567890.</span>
<input
type='tel'
name='phone'
Expand Down

0 comments on commit 9c3fa38

Please sign in to comment.