Skip to content

Commit 58b26f3

Browse files
authored
fix: Update kyc text (#1959)
Update kyc.tsx
1 parent 66a0a16 commit 58b26f3

File tree

1 file changed

+2
-1
lines changed
  • packages/wallet/frontend/src/pages

1 file changed

+2
-1
lines changed

packages/wallet/frontend/src/pages/kyc.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ const KYCPage: NextPageWithLayout<KYCPageProps> = ({
6868
</h2>
6969
{FEATURES_ENABLED ? null : (
7070
<h2>
71-
The e-mail and phone number must be accurate data in the Sandbox.
71+
The e-mail must be accurate data in the Test Wallet. All other data
72+
can be FAKE!
7273
</h2>
7374
)}
7475
<div className="w-full h-full">

0 commit comments

Comments
 (0)