From 9c3fa3899f3f273c9a7081f88146dc6adb6975b6 Mon Sep 17 00:00:00 2001 From: Keshia Rose Date: Wed, 24 Apr 2024 13:22:53 -0700 Subject: [PATCH] A couple of little grammar fixes to the SMS demo. (#140) * A couple of little grammar fixes. * Woops! Linted --- src/client/components/common/content.tsx | 14 ++++++-------- .../components/sms-pumping/PhoneNumberForm.tsx | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/client/components/common/content.tsx b/src/client/components/common/content.tsx index 6e8d12ca..13654f33 100644 --- a/src/client/components/common/content.tsx +++ b/src/client/components/common/content.tsx @@ -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 Send code via SMS. An SMS message with a one-time password will be sent to your phone. If you used - the default test phone number ({TEST_PHONE_NUMBER}), we will just simulate the SMS message on + Click Send code via SMS. An SMS message with a one-time password will be sent to your phone. If you use + the default test phone number ({TEST_PHONE_NUMBER}), we will simulate the SMS message on the screen. , <> @@ -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. , ], diff --git a/src/client/components/sms-pumping/PhoneNumberForm.tsx b/src/client/components/sms-pumping/PhoneNumberForm.tsx index 04f74edf..d95d267c 100644 --- a/src/client/components/sms-pumping/PhoneNumberForm.tsx +++ b/src/client/components/sms-pumping/PhoneNumberForm.tsx @@ -41,7 +41,7 @@ export const PhoneNumberForm: FunctionComponent = ({ /> - Use a international format without spaces like +1234567890. + Use an international format without spaces, like +1234567890.