Skip to content

Commit

Permalink
Onboarding copy updates (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Nov 9, 2024
1 parent 2d0e9d1 commit 132d0d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/extension/src/routes/page/onboarding/generate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export const GenerateSeedPhrase = () => {
<ExclamationTriangleIcon /> Do not share this with anyone
</p>
<p>
Never share your recovery passphrase with anyone, not even Penumbra employees. Your
phrase grants full access to your funds.
Never share your recovery passphrase with anyone. Your recovery phrase grants full
access to your funds.
</p>
</div>
<div className='flex flex-col gap-1'>
Expand Down
6 changes: 1 addition & 5 deletions apps/extension/src/routes/page/onboarding/success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ export const OnboardingSuccess = () => {
return (
<SplashPage title='Account created'>
<div className='grid gap-2 text-base font-bold'>
<p>You are all set!</p>
<p>
Use your account to transact, stake, swap or market make. All of it is shielded and
private.
</p>
<p>Connect to a Penumbra frontend to deposit, transfer, stake or swap.</p>
<Button
variant='gradient'
onClick={() => {
Expand Down

0 comments on commit 132d0d7

Please sign in to comment.