We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a0a16 commit 58b26f3Copy full SHA for 58b26f3
packages/wallet/frontend/src/pages/kyc.tsx
@@ -68,7 +68,8 @@ const KYCPage: NextPageWithLayout<KYCPageProps> = ({
68
</h2>
69
{FEATURES_ENABLED ? null : (
70
<h2>
71
- The e-mail and phone number must be accurate data in the Sandbox.
+ The e-mail must be accurate data in the Test Wallet. All other data
72
+ can be FAKE!
73
74
)}
75
<div className="w-full h-full">
0 commit comments