Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onboarding copy updates #233

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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